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

p ::= struct(x::Type,y::=3) {
  b:int;
};
main ::= fn() {
z:p(int);
x:[z.y]z.x;
};