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