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