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