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