ref: 6f479559c4aa6efaaa4352c70d1e7755d2267573 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) }