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