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