blob: 144406e7bdaf5c06b08d80edade881c88828a0b4 [file] [log] [blame]
// RUN: clang-cc -emit-pch %s -o %t
struct S {
void m(int x);
};
void S::m(int x) { }