aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exportWithRecursiveDepends/main2.cpp
blob: c7f2e65ab0b17f79b025c3ca63c9092816de4c7c (plain)
1
2
3
4
5
6
int main()
{
#ifndef HAS_FOO
    blubb();
#endif
}