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