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