summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/05/main.c b/05/main.c
index 569230b..68eb738 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,4 +1,6 @@
-typedef struct {
+/*typedef struct {
int i[41];
long double d;
} (*x)(void);
+*/
+typedef long int unsigned Foo;