xref
: /
llvm-project
/
clang-tools-extra
/
test
/
clang-change-namespace
/
Inputs
/
fake-std.h
(revision 5f5a74582f8abb2935f9a6f6df3a55dc825f5412)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
std
{
2
class
STD
{};
3
}
4
5
using
namespace
std
;
6