ref: fb736dc5368eaa1b06d7e3c1d033deb1ba755fbb dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }