1 // RUN: clang-cc -emit-pch %s -o %t 2 3 struct S { 4 void m(int x); 5 }; 6 7 void S::m(int x) { } 8