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