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