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