xref: /llvm-project/clang/test/Modules/Inputs/DebugNestedB.h (revision a72972b985e4553a8e607687bfb7e32bff25aa85)
1 /* -*- C++ -*- */
2 #include "DebugNestedA.h"
3 class C {
run(AF & af)4   void run(AF &af) {
5     af.f();
6   }
7 };
8