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