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