summaryrefslogtreecommitdiff
path: root/test.toc
blob: 0450b1871f464f6bfefc69627cd3bbec91095816 (plain)
1
2
3
4
5
6
7
8
9
#include "test.toc";

foo ::= fn() int {
	5
}

main ::= fn() {
	foo();
}