parse goto, case

This commit is contained in:
pommicket 2022-02-04 22:36:22 -05:00
parent dfce9118b9
commit d75b4154d3
3 changed files with 92 additions and 12 deletions

View file

@ -1,6 +1,9 @@
int f(void) {
lbl1:break;;;
lbl1:break;;goto blah;
case -1-3:
continue;a:break;return;return 6+3<<sizeof(int);
goto lbl1;
case 77:;return 92834;
}