summaryrefslogtreecommitdiff
path: root/test.toc
blob: d53960d04ce0b4649ecb92c997905609e1d1887f (plain)
1
2
3
4
5
main :- fn(){
	1+fn(x: int, y: float) int {
	printf("Hello!\n");
	};
};