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