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