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