summaryrefslogtreecommitdiff
path: root/tests/test_conditional_6.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_conditional_6.tnsl')
-rw-r--r--tests/test_conditional_6.tnsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_conditional_6.tnsl b/tests/test_conditional_6.tnsl
new file mode 100644
index 0000000..051b0f3
--- /dev/null
+++ b/tests/test_conditional_6.tnsl
@@ -0,0 +1,8 @@
+/; main [int]
+ bool a = false
+ /; if (false || !a && true)
+ return 69
+ ;/
+
+ return 0
+;/