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