summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/cxx-templates-b-impl.h
blob: fdf4a4fbc4d4fc8f9bd8986ce997a4c98c52fc41 (plain)
1
2
3
4
5
struct DefinedInBImpl {
  void f();
  struct Inner {};
  friend void FoundByADL(DefinedInBImpl);
};
OpenPOWER on IntegriCloud