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