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