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