5 lines
89 B
C
5 lines
89 B
C
|
#ifndef TESTDEF
|
||
|
# error "TESTDEF should be defined!"
|
||
|
#endif
|
||
|
int main(void) { return 0; }
|