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