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