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