summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index 74980c0..24b24b4 100644
--- a/test.toc
+++ b/test.toc
@@ -2,6 +2,8 @@ f ::= fn(t::=, x :t) t {
x + 1
};
+// test: fn(t::=int,u::=t,x:u)u
+
main ::= fn() {
f(13);
}; \ No newline at end of file