summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-02-05 15:50:49 -0500
committerpommicket <pommicket@gmail.com>2022-02-05 15:50:49 -0500
commitc5e2556d318a802031cbf6947bed011b270b345c (patch)
treebf51371ee757256e323e55661496ada41f4ff283 /05/main.c
parent267b52814ef870b40a3f87bc36db52aac0d79a23 (diff)
start local static declarations
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]; */