summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/DebugInfoNamespace/A.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/DebugInfoNamespace/A.h')
-rw-r--r--clang/test/Modules/Inputs/DebugInfoNamespace/A.h3
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 {};
+}
OpenPOWER on IntegriCloud