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