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