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