summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/rewrite-forward-class.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/rewrite-forward-class.m')
-rw-r--r--test/Rewriter/rewrite-forward-class.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Rewriter/rewrite-forward-class.m b/test/Rewriter/rewrite-forward-class.m
new file mode 100644
index 0000000..5a50f53
--- /dev/null
+++ b/test/Rewriter/rewrite-forward-class.m
@@ -0,0 +1,8 @@
+// RUN: %clang_cc1 -rewrite-objc -o - %s
+// rdar://6969189
+
+@class XX;
+@class YY, ZZ, QQ;
+@class ISyncClient, SMSession, ISyncManager, ISyncSession, SMDataclassInfo, SMClientInfo,
+ DMCConfiguration, DMCStatusEntry;
+
OpenPOWER on IntegriCloud