OpenGrok
Cross Reference: b.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
string_names
/
b.h
Home
|
History
|
Annotate
|
Download
|
only in
string_names
1
#
ifndef
B_H
2
#
define
B_H
3
const
int
b =
3
;
4
#
endif
5