xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/ignored_macros.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 struct Point {
2   double x, y;
3 };
4 
5 #ifdef IGNORED
6 int *has_ignored(void);
7 #endif
8 
9