[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[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