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