start local static declarations
This commit is contained in:
parent
267b52814e
commit
c5e2556d31
2 changed files with 234 additions and 196 deletions
|
@ -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]; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue