1 /* -*- C++ -*- */ 2 #include "DebugNestedA.h" 3 class C { run(AF & af)4 void run(AF &af) { 5 af.f(); 6 } 7 }; 8