00152.c (143B)
1 #undef line 2 #define line 1000 3 4 #line line 5 #if 1000 != __LINE__ 6 #error " # line line" not work as expected 7 #endif 8 9 int 10 main() 11 { 12 return 0; 13 }
boot2Playing with the boostrap | |
| git clone https://git.ryansepassi.com/git/boot2.git | |
| Log | Files | Refs | README |