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