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