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