xref
: /
external
/
llvm-project
/
clang
/
test
/
Index
/
Inputs
/
keep-going-template-instantiations.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
typename
T
,
T
v
>
struct
c
{};
2
using
d
=
c
<
bool
,
false
>;
3
struct
foo
:
public
d
{};
4