summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index 17e960f..f706e88 100644
--- a/05/main.c
+++ b/05/main.c
@@ -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]; */