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