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