summary refs log tree commit diff stats
path: root/tinyc/tests/pp/07.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/07.c')
-rw-r--r--tinyc/tests/pp/07.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyc/tests/pp/07.c b/tinyc/tests/pp/07.c
deleted file mode 100644
index b22b22bbc..000000000
--- a/tinyc/tests/pp/07.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#define a() YES
-#define b() a
-b()
-b()()