summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-24 14:06:52 -0500
committerpommicket <pommicket@gmail.com>2022-01-24 14:06:52 -0500
commit5167a60347add87b2f7878b61fa26df15223ceb3 (patch)
treeedb1b73d536b2b3e39e7b8019dcc00ad876ed7ad /05/main.c
parent46635e5748c1b150d964de8a84c1a95b4e34f411 (diff)
typedefs mostly working
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/05/main.c b/05/main.c
index 245bef7..1b1b981 100644
--- a/05/main.c
+++ b/05/main.c
@@ -4,4 +4,5 @@
} (*x)(void);
*/
typedef long int unsigned Foo[sizeof"hello"+sizeof(double[sizeof(int) * sizeof 3])];
+typedef int (*x)(Foo);
/* */