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