summary refs log tree commit diff stats
path: root/tinyc/tests/pp/04.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/04.c')
-rw-r--r--tinyc/tests/pp/04.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyc/tests/pp/04.c b/tinyc/tests/pp/04.c
deleted file mode 100644
index 0068f3751..000000000
--- a/tinyc/tests/pp/04.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#define foobar 1
-#define C(x,y) x##y
-#define D(x) (C(x,bar))
-D(foo)
1f7d1 ^
113bae73 ^
af21f7d1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18