aboutsummaryrefslogtreecommitdiff
path: root/tinycc/tests/pp/08.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinycc/tests/pp/08.c')
-rw-r--r--tinycc/tests/pp/08.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinycc/tests/pp/08.c b/tinycc/tests/pp/08.c
deleted file mode 100644
index 93018e1..0000000
--- a/tinycc/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)