blob: 37dabcc466a8b65ee93ba96b129ee5d28449cff2 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-pch %s -o %t
Argyrios Kyrtzidis9bedef62009-07-14 03:18:53 +00002
3struct S {
4 void m(int x);
5};
6
7void S::m(int x) { }