If this is global scope, then it will be at global scope. If it is in global scope of a header file, then it will be in the global scope of every source file that includes the header.
因此,一般的建议是 avoid using declarations in global scope of header files。