summaryrefslogtreecommitdiff
path: root/tests/sources/0209_assign_neg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/0209_assign_neg.c')
-rw-r--r--tests/sources/0209_assign_neg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sources/0209_assign_neg.c b/tests/sources/0209_assign_neg.c
new file mode 100644
index 0000000..f52fa2b
--- /dev/null
+++ b/tests/sources/0209_assign_neg.c
@@ -0,0 +1,2 @@
+int x;
+x = -9;