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