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