Sign in
ara-mdk
/
platform
/
external
/
clang
/
c7f811638f8603fa373d2be724e8b1c8ba51ad75
/
.
/
test
/
Modules
/
Inputs
/
ignored_macros.h
blob: 250b58c2f70469a5342648239e0c3e512cc1edf3 [
file
] [
log
] [
blame
]
struct
Point
{
double
x
,
y
;
};
#ifdef
IGNORED
int
*
has_ignored
(
void
);
#endif