OpenGrok
Cross Reference: const.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
internal-constants
/
const.h
Home
|
History
|
Annotate
|
Download
|
only in
internal-constants
1
namespace
N {
2
const
int
k =
5
;
3
}
4