ref: 026b3393bd5d9456229de8a56b2da9486742e028 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) }