summaryrefslogtreecommitdiff
path: root/test.toc
blob: 01c96462ab01442d38b5479cbafe866dc5174f7e (plain)
1
2
3
4
5

main ::= fn() {
	 x :: &int = new(int);
	 y := x;
};