ref: 340cbfe1d94aa8065191eac10aec2dbe3922c100 dir: /test/tyrec.myr/
use std /* we just want to see if this file compiles */ type foo = struct v : foo# ;; const main = { var v : foo std.exit(42) }