summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index 68b5f6e..3386be0 100644
--- a/05/main.c
+++ b/05/main.c
@@ -15,7 +15,12 @@ int h(void) {
int y, r[3], s;
char d, e[5], f, g, *p;
int z = 3, R=12+459834-g;
- return g;
+ int x[] = {1,2,3,4,5};
+ struct {
+ char a,b;
+ } P[] = {1,2,3,4,5};
+ static int marker = 0x12345678;
+ return 5;
}
/* typedef int AA[sizeof x]; */