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