bolt/deps/llvm-18.1.8/clang/test/PCH/Inputs/cxx-method.h

10 lines
101 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
struct S {
void m(int x);
S();
S(const S&);
operator const char*();
operator char*();
};