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