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