summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc7
1 files changed, 4 insertions, 3 deletions
diff --git a/test.toc b/test.toc
index aa89df9..1f68afa 100644
--- a/test.toc
+++ b/test.toc
@@ -1,8 +1,9 @@
main @= fn() {
foo @= fn(x: int) { return; };
- //b := !(5 > 3 && 4 <= 3 && 3 >= 2 || 0);
- //b := !(5 < 3);
- x : bool = true;
+ // b := !(5 > 3 && 4 <= 3 && 3 >= 2 || 0);
+ // b := !(5 < 3);
+ x @= !!!!!!!false;
+ // foo := 5 < 3;
};