diff options
Diffstat (limited to 'clang/test/Modules/Inputs/DebugInfoNamespace/B.h')
-rw-r--r-- | clang/test/Modules/Inputs/DebugInfoNamespace/B.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/DebugInfoNamespace/B.h b/clang/test/Modules/Inputs/DebugInfoNamespace/B.h new file mode 100644 index 00000000000..c9033a54d4e --- /dev/null +++ b/clang/test/Modules/Inputs/DebugInfoNamespace/B.h @@ -0,0 +1,3 @@ +namespace N { + struct B {}; +} |