blob: 37dabcc466a8b65ee93ba96b129ee5d28449cff2 [file] [log] [blame]
// RUN: %clang_cc1 -emit-pch %s -o %t
struct S {
void m(int x);
};
void S::m(int x) { }