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