allwinner_a64/android/external/clang/test/Analysis/test-include-cpp.h
2018-08-08 16:14:42 +08:00

9 lines
138 B
C++

#ifndef TEST_INCLUDE_CPP_H
#define TEST_INCLUDE_CPP_H
class TestIncludeClass {
int test1(int *);
static int test2(int *);
};
#endif