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