golang.org/x/tools/internal/pkgbits.Decoder.Int (method)

one use

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L386: func (r *Decoder) Int() int { x := r.Int64(); v := int(x); assert(int64(v) == x); return v }