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