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