summaryrefslogtreecommitdiff
path: root/test.toc
blob: 9eddb8025bc68f9702a2315779c382e85c339827 (plain)
1
2
3
4
5
6
7
8
9
b ::= struct {
   next : &a;
};
a::=struct {
		   next : &b;
};
main ::= fn() {
	l : ll;
};