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