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