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