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