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