summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx-method.cpp
blob: 37dabcc466a8b65ee93ba96b129ee5d28449cff2 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -emit-pch %s -o %t

struct S {
  void m(int x);
};

void S::m(int x) { }
OpenPOWER on IntegriCloud