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