aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/conditional-export/main.cpp
blob: d1c1982b0335982fe0c25cf5cdea2b3f65996ea7 (plain)
1
2
3
4
5
#ifndef THE_DEFINE
#error "missing define"
#endif

int main() { }