summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/Inputs/interface1.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge/Inputs/interface1.m')
-rw-r--r--clang/test/ASTMerge/Inputs/interface1.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/ASTMerge/Inputs/interface1.m b/clang/test/ASTMerge/Inputs/interface1.m
index a508bc159bd..029dad329b5 100644
--- a/clang/test/ASTMerge/Inputs/interface1.m
+++ b/clang/test/ASTMerge/Inputs/interface1.m
@@ -68,3 +68,8 @@
@protocol P2 <P0>
- (float)wibble:(int)a1 second:(int)a2;
@end
+
+// Forward-declared interfaces
+@class I10, I11;
+@interface I12
+@end
OpenPOWER on IntegriCloud