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