This commit is contained in:
pommicket 2022-02-06 13:52:26 -05:00
parent 2186650d77
commit 029be0600d
2 changed files with 64 additions and 2 deletions

View file

@ -5,6 +5,10 @@ int f(void) {
while (g+100==1234){
}
}
do {
break;
continue;
}while(0);
lbl1:break;;goto blah;
case -1-3:
continue;a:break;return;return 6+3<<sizeof(int);