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