aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test.c b/test.c
deleted file mode 100644
index 1dcd100..0000000
--- a/test.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main() {
- char test[] = "Cake";
- test++;
-}