Cross Reference: a.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
internal-constants
/
a.h
Home
History
Annotate
Line#
Navigate
Download
only in
a.h
a.h revision a4de17562d13d7a8188108243c4cfbd52f33229a
1
#
pragma
once
2
#
include
"
const.h
"
3
inline
int
f() {
return
N::k; }
4