android_mt6572_jiabo/external/clang/test/PCH/Inputs/cxx-method.h
2025-09-05 16:56:03 +08:00

9 lines
101 B
C

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