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