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