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

p ::= struct(x::Type) {
  y:int;
};
main ::= fn() {
z:p(int);
for z := 1..100 {z:=12;}
};