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