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