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