ref: 3a496c143eb8aad32c03c7067c54807256949c97 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) }