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