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