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