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