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