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