summaryrefslogtreecommitdiff
path: root/test/Import/struct-in-namespace/Inputs/N3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Import/struct-in-namespace/Inputs/N3.cpp')
-rw-r--r--test/Import/struct-in-namespace/Inputs/N3.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Import/struct-in-namespace/Inputs/N3.cpp b/test/Import/struct-in-namespace/Inputs/N3.cpp
new file mode 100644
index 000000000000..e0ec41467477
--- /dev/null
+++ b/test/Import/struct-in-namespace/Inputs/N3.cpp
@@ -0,0 +1,5 @@
+namespace M {
+ struct V {
+ int d;
+ };
+}