xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
merge-template-friend
/
def.h
(revision 7474dd92d3b8be5723fea9d5f13a61e6d94f4466)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
ns
{
2
template
<
typename
T
>
class
C
{};
3
}
4