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