Sign in
llvm
/
clang
/
e43eb432de21ed58e59e9fa7514750b901396916
/
.
/
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
{};