aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/scratch.c
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
committerNicholas <nbnoll@eml.cc>2021-11-12 09:22:01 -0800
commitce05175372a9ddca1a225db0765ace1127a39293 (patch)
tree5988b4d4f6b402e4953945886fc90aae11203df6 /sys/cmd/cc/scratch.c
parentb375f3cdedb5b0e08745d100b40e38d2f8396a58 (diff)
chore: simplified organizational structurelaptop
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);
-}