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