ref: 58f59a52b75a9bd3d1be9ae6f4532f5949e45896 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) }