bolt/deps/llvm-18.1.8/clang/test/PCH/Inputs/cxx-method.h
2025-02-14 19:21:04 +01:00

9 lines
101 B
C

struct S {
void m(int x);
S();
S(const S&);
operator const char*();
operator char*();
};