8 lines
94 B
C++
8 lines
94 B
C++
/* -*- C++ -*- */
|
|
#include "DebugNestedA.h"
|
|
class C {
|
|
void run(AF &af) {
|
|
af.f();
|
|
}
|
|
};
|