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