waf/tests/defines/main.c

13 lines
107 B
C

int main() {
return 0;
}
#ifndef REQ
#error required
#endif
#ifdef NREQ
#error not required
#endif