summaryrefslogtreecommitdiff
path: root/test.toc
blob: 3346b9e840e47ff214f1cc706a15b499088c9c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
// #C("#include <stdio.h>
// #define kasfdhkjasdfhjk ");

puti @= fn(x: int) {
	 // #C("printf(\"%ld\\n\", (long)x)");
};

main @= fn() {
	 Ar := new([5]int);
	 A:=new(int, 100);
};