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