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