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