summaryrefslogtreecommitdiff
path: root/test.toc
blob: 2ded52846368bc4fe43daf9025c6e71c293a087e (plain)
1
2
3
4
5
6
7
8
9
10
11
// io ::= nms {
  // #include "std/io.toc";
// };

foo ::= struct(t::Type) {
   x: t;
};

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