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