start local static declarations

This commit is contained in:
pommicket 2022-02-05 15:50:49 -05:00
parent 267b52814e
commit c5e2556d31
2 changed files with 234 additions and 196 deletions

View file

@ -4,8 +4,11 @@ int f(void) {
continue;a:break;return;return 6+3<<sizeof(int);
goto lbl1;
case 77:;return 92834;
static int x = 0x12345;
}
/* typedef int AA[sizeof x]; */
/* typedef struct { */
/* int i[41]; */