ref: 9bcde4d6e90488b0808f599d80715cfebc70fb9a 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) }