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