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