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