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