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