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