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