Sign in
llvm
/
llvm-project
/
8dec0b23da116e1cf0cd49c955ff1fadf52d5096
/
.
/
clang
/
test
/
Index
/
Inputs
/
keep-going-template-instantiations.h
blob: 042918b1f8e6d1deaec74d787ed71cf07ced211f [
file
] [
log
] [
blame
]
template
<
typename
T
,
T v
>
struct
c
{};
using
d
=
c
<
bool
,
false
>;
struct
foo
:
public
d
{};