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