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