aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/project-properties-by-name/main1.cpp
blob: ccea09298d633a616194332677056d72576c8bdc (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SUB1
#error "Missing define"
#endif
#ifdef SUB2
#error "Extraneous define"
#endif

int main()
{
}