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