gnu_computed_goto_no_targets.c (136B)
1 /* A computed goto needs at least one address-taken label as a target. */ 2 int test_main(void) { 3 void* p = 0; 4 goto* p; 5 return 0; 6 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |