aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/scratch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/scratch.c')
-rw-r--r--sys/cmd/cc/scratch.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/cmd/cc/scratch.c b/sys/cmd/cc/scratch.c
deleted file mode 100644
index b37d9a5..0000000
--- a/sys/cmd/cc/scratch.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#define XXX(a, b, c) a ## b ## c
-
-int
-main()
-{
- XXX(d, e, f);
-}