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