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