8 lines
83 B
C
Raw Normal View History

2016-07-09 11:21:54 +02:00
int main(void)
{
return 0;
}
2016-10-30 18:24:19 +01:00
#ifdef PP_ERROR
2018-08-09 18:06:22 +02:00
# error PP_ERROR is defined
2016-10-30 18:24:19 +01:00
#endif