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