diff options
Diffstat (limited to 'test/Modules/Inputs/DebugNestedB.h')
-rw-r--r-- | test/Modules/Inputs/DebugNestedB.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Modules/Inputs/DebugNestedB.h b/test/Modules/Inputs/DebugNestedB.h new file mode 100644 index 0000000000000..7f75d0946e20e --- /dev/null +++ b/test/Modules/Inputs/DebugNestedB.h @@ -0,0 +1,7 @@ +/* -*- C++ -*- */ +#include "DebugNestedA.h" +class C { + void run(AF &af) { + af.f(); + } +}; |