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