summaryrefslogtreecommitdiff
path: root/test.toc
blob: 13929e8c3f91641ecd74bb3a2838673288df63c2 (plain)
1
2
3
4
5
6
7

realloc ::= fn() int {
	 #C("4")
};
main ::= fn() {
	 y := realloc();
};