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