summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/05/main.c b/05/main.c
index 92066af..27144f9 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,5 +1,4 @@
-#define TEST(x) hello
-#define TEST heloo 2
-TEST(55)
+#define TEST(x,y,z) x hello y there z
+TEST((55,(33,3)),22,(3,49))
main(void) {
}