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