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