summary refs log tree commit diff stats
path: root/tinyc/tests/pp/08.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/08.c')
-rw-r--r--tinyc/tests/pp/08.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyc/tests/pp/08.c b/tinyc/tests/pp/08.c
deleted file mode 100644
index 93018e11f..000000000
--- a/tinyc/tests/pp/08.c
+++ /dev/null
@@ -1,4 +0,0 @@
-// test macro expansion in arguments
-#define s_pos              s_s.s_pos
-#define foo(x) (x)
-foo(hej.s_pos)