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