xref: /aosp_15_r20/external/clang/test/Analysis/test-include-cpp.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 #ifndef TEST_INCLUDE_CPP_H
2 #define TEST_INCLUDE_CPP_H
3 
4 class TestIncludeClass {
5   int test1(int *);
6   static int test2(int *);
7 };
8 
9 #endif
10