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