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