xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
ignored_macros.h
(revision 8a114ab557f04ac015dc67a4d92ddeb8978833e0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
struct
Point
{
2
double
x
,
y
;
3
};
4
5
#
ifdef
IGNORED
6
int
*
has_ignored
(
void
);
7
#
endif
8
9