ref: cd3ab43480d374b7df7cf4634f007ec008c02df0 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) }