8 lines
83 B
C
8 lines
83 B
C
int main(void)
|
|
{
|
|
return 0;
|
|
}
|
|
#ifdef PP_ERROR
|
|
# error PP_ERROR is defined
|
|
#endif
|