bolt/deps/llvm-18.1.8/clang/test/Analysis/test-include-cpp.h

10 lines
138 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#ifndef TEST_INCLUDE_CPP_H
#define TEST_INCLUDE_CPP_H
class TestIncludeClass {
int test1(int *);
static int test2(int *);
};
#endif