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