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