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