OpenGrok
Cross Reference: ignored_macros.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
ignored_macros.h
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
struct
Point
{
2
double
x, y;
3
};
4
5
#
ifdef
IGNORED
6
int
*
has_ignored
(
void
);
7
#
endif
8
9