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