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