[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / ignored_macros.h
blob250b58c2f70469a5342648239e0c3e512cc1edf3
1 struct Point {
2 double x, y;
3 };
5 #ifdef IGNORED
6 int *has_ignored(void);
7 #endif