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