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

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

namespace MY_UNITY_ID {
    int i = 42;
}

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