Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
ignored_macros.h
blob: 250b58c2f70469a5342648239e0c3e512cc1edf3 [
file
] [
log
] [
blame
]
struct
Point
{
double
x
,
y
;
};
#ifdef
IGNORED
int
*
has_ignored
(
void
);
#endif