OpenGrok
Cross Reference: local_static.h
xref
: /
external
/
clang
/
test
/
PCH
/
local_static.h
Home
|
History
|
Annotate
|
Download
|
only in
PCH
1
class
Bar
{
2
public
:
3
template
<
typename
T>
4
void
f() {
5
static
const
T y =
0
;
6
}
7
};
8