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