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