summaryrefslogtreecommitdiff
path: root/testdata/p02
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/p02')
-rw-r--r--testdata/p027
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/p02 b/testdata/p02
new file mode 100644
index 0000000..1aeb4a9
--- /dev/null
+++ b/testdata/p02
@@ -0,0 +1,7 @@
+a := 1
+
+if a < 2 {
+ println("yep")
+}
+
+println("ok")