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