summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-24 14:54:16 -0500
committerpommicket <pommicket@gmail.com>2022-01-24 14:54:16 -0500
commit466de9358310c4d291c480577efc972705df787d (patch)
treeaaaaf2dc5b73610ae0629f083f5545f4e567e56f /05/main.c
parent448a1ec4b56468937da463ac87afc5fd6ddec483 (diff)
#if
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index 1b1b981..09707e4 100644
--- a/05/main.c
+++ b/05/main.c
@@ -3,6 +3,10 @@
long double d;
} (*x)(void);
*/
+#if 5+FLURGE==5
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
typedef int (*x)(Foo);
+#else
+typedef aaa x;
+#endif
/* */