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