OpenGrok
Cross Reference: c.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
PR21687
/
c.h
Home
|
History
|
Annotate
|
Download
|
only in
PR21687
1
#
include
"
a.h
"
2
inline
void
f() { X x, y(x); }
3
#
include
"
b.h
"
4
X x, y(x);
5