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