summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.toc b/test.toc
index 75a69aa..4933289 100644
--- a/test.toc
+++ b/test.toc
@@ -9,11 +9,11 @@ puti @= fn(x: int) {
f @= fn(t @ Type, x: t) t {
- x + 1 as t
+ x + 1
};
main @= fn() {
puti(f(int, 3));
- puti(f(u8, 255 as u8) as int);
+ puti(f(u8, 255) as int);
}; \ No newline at end of file