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