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