aboutsummaryrefslogtreecommitdiff
path: root/test/Import/conflicting-struct/Inputs/S1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Import/conflicting-struct/Inputs/S1.cpp')
-rw-r--r--test/Import/conflicting-struct/Inputs/S1.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Import/conflicting-struct/Inputs/S1.cpp b/test/Import/conflicting-struct/Inputs/S1.cpp
new file mode 100644
index 000000000000..a99dba8c7821
--- /dev/null
+++ b/test/Import/conflicting-struct/Inputs/S1.cpp
@@ -0,0 +1,6 @@
+class T;
+
+class S {
+ T *t;
+ int a;
+};