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