ref: 42230832997d2092cad72a775e738ab2d50df1dc 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) }