ref: 615d1d878c603e55120b5d4250d3173fba19f135 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) }