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