xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR28752
/
Subdir1
/
c.h
(revision edbc6e93e1b6cf87a369db2a56717a3282582558)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
template
<
typename
T
>
struct
A
{
static
bool
b
; };
2
template
<
typename
T
>
bool
A
<
T
>::
b
;
3