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