summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/05/main.c b/05/main.c
index f10dbf9..68b5f6e 100644
--- a/05/main.c
+++ b/05/main.c
@@ -12,12 +12,9 @@ int f(void) {
}
int h(void) {
- static long x = 0x12345;
- return x;
- {
- static unsigned short x = 0x123f;
- return x;
- }{{{{{{{{{{{{{{static unsigned x = 0x1234567; return x;}}}}}}}}return x;}}}}}return x;}
+ int y, r[3], s;
+ char d, e[5], f, g, *p;
+ int z = 3, R=12+459834-g;
return g;
}