summary refs log tree commit diff stats
path: root/tinyc/tests/pp/06.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/06.c')
-rw-r--r--tinyc/tests/pp/06.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tinyc/tests/pp/06.c b/tinyc/tests/pp/06.c
deleted file mode 100644
index 28cfddece..000000000
--- a/tinyc/tests/pp/06.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#define X(a,b, \
-	c,d) \
-	foo
-
-X(1,2,3,4)