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