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