Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR28752
/
Subdir1
/
c.h
blob: 38822fb9cf2106a97fce62cd56f77cc43eff353f [
file
] [
log
] [
blame
]
template
<
typename
T
>
struct
A
{
static
bool
b
;
};
template
<
typename
T
>
bool
A
<
T
>::
b
;