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