6_10_04_macro_unbalanced_brace_arg.c (158B)
1 #define DROP(x) 2 #define WRAP(flag) \ 3 do { \ 4 DROP(if (flag) {) return 7; \ 5 } while (0) 6 7 int test_main(void) { 8 WRAP(1); 9 return 3; 10 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |