// io ::= nms { // #include "std/io.toc"; // }; Thing ::= struct(t::Type=int) { it : t; }; main ::= fn() { a: Thing(); };