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