xref: /llvm-project/clang/test/APINotes/Inputs/BrokenHeaders2/SomeBrokenLib.h (revision 932949dbb517b089af28fdc480a16a738ee5db78)
1 #ifndef SOME_BROKEN_LIB_H
2 #define SOME_BROKEN_LIB_H
3 
4 void do_something_with_pointers(int *ptr1, int *ptr2);
5 
6 #endif // SOME_BROKEN_LIB_H
7