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