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