xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
merge-template-specializations
/
a.h
(revision 63814be4fa23ef9b36cf2d14388c7f6ba591d3b6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
unsigned
>
class
SmallString
{};
2
3
template
<
int
>
int
var_template
= 0;
4