aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/cxx-method.h
blob: 6adb8591707d8cdb0b59fe91bbcfcd3c32b38ad8 (plain) (blame)
1
2
3
4
5
6
struct S {
  void m(int x);

  operator const char*();
  operator char*();
};