DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-7 / 1%3A7.0.1-8~deb9u3 / clang / test / PCH / Inputs / cxx-method.h
123456789
struct S { void m(int x); S(); S(const S&); operator const char*(); operator char*(); };