aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple.tdy
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple.tdy')
-rw-r--r--tests/simple.tdy11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy
index d38c6af..01dc5aa 100644
--- a/tests/simple.tdy
+++ b/tests/simple.tdy
@@ -1,4 +1,7 @@
-1 + 1 <=> 2
-// asdlkjasl
-print 1 + 3
-// OwO
+// 1 + 1 <=> 2
+// // asdlkjasl
+// print 1 + 3
+// // OwO
+a int := 1
+print a
+print a + a + a