summaryrefslogtreecommitdiff
path: root/tests/misc.toc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc.toc')
-rw-r--r--tests/misc.toc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc.toc b/tests/misc.toc
index 5dcd1eb..3673a07 100644
--- a/tests/misc.toc
+++ b/tests/misc.toc
@@ -37,4 +37,7 @@ main ::= fn() {
p.e = 100;
io.puti(p["bar"]);
io.puti(p["e"]);
+
+ foo := 4483 as ∫ #no_warn
+ io.puti(foo as int); #no_warn
};