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