summaryrefslogtreecommitdiff
path: root/tests/sources/0218_assign_rel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/0218_assign_rel.c')
-rw-r--r--tests/sources/0218_assign_rel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/sources/0218_assign_rel.c b/tests/sources/0218_assign_rel.c
new file mode 100644
index 0000000..921d6ec
--- /dev/null
+++ b/tests/sources/0218_assign_rel.c
@@ -0,0 +1,5 @@
+int x;
+int y;
+x = 15;
+y = x + 2;
+print(y);