summaryrefslogtreecommitdiff
path: root/test.toc
blob: 8c4d07f5480b3b384cf6b739402865f779355f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
Point ::= struct {	
	x, y: int;
}

main ::= fn() {
	use p: Point;
	p.x = 15;
	p.y = 18;
	x += 5;
	x := 18;
}