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