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