summaryrefslogtreecommitdiff
path: root/test.toc
blob: e582078187927b0575eb6479f22c06da08269896 (plain)
1
2
3
4
5
6
7
8
main @= fn() {
	 // b := !(5 > 3 && 4 <= 3 && 3 >= 2 || 0 == 1 || 5 != 3);
	 N @= 2;
	 foo : [N+1]int;
	 x : float;
	 x, foo[0], foo[1] = 1.3, 3, 5;
};