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