summaryrefslogtreecommitdiff
path: root/test.toc
blob: e93cfb4464d423636f9ddcaea50e194c4cef96f2 (plain)
1
2
3
4
5
6
main @= fn() {
	 test @= fn(x : i64, y : i32, z,w: i64) ret1 : i64, ret2 : i64 {
	 	  ret1 = x;
	 };
};