summaryrefslogtreecommitdiff
path: root/tests/projects/c++/unity_build/src/bar/test5.cpp
blob: afff0b46ca2f767141536b89137f96eaf77980d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

// main.cpp
#include "header.h"

namespace MY_UNITY_ID {
    int i = 42;
}

int test5()
{
    return MY_UNITY_ID::i;
}