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