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