#define bool #define true 666 #ifdef bool #undef bool #define bool _Bool #define true 1 #define false 0 #endif
Standard input is empty
prog.c:8:0: warning: "true" redefined #define true 1 prog.c:2:0: note: this is the location of the previous definition #define true 666 /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: error: ld returned 1 exit status
Standard output is empty