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