Sign in
rust
/
rust-lang
/
llvm-project
/
c39e100ad3cbb4c1b587224a6be2bb732c1d6bf4
/
.
/
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
{};