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