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