summaryrefslogtreecommitdiff
path: root/test.toc
blob: 74980c0569559d7ff6bf9d4fe752a6d7a2f928c4 (plain)
1
2
3
4
5
6
7
f ::= fn(t::=, x :t) t {
  	  x + 1
};

main ::= fn() {
	 f(13);
};