summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/interface1.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/Inputs/interface1.m')
-rw-r--r--test/ASTMerge/Inputs/interface1.m22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/interface1.m b/test/ASTMerge/Inputs/interface1.m
index 7e9935d..5865c0e 100644
--- a/test/ASTMerge/Inputs/interface1.m
+++ b/test/ASTMerge/Inputs/interface1.m
@@ -79,3 +79,25 @@
@protocol P4
- (double)honk:(int)a;
@end
+
+// Interface with implementation
+@interface I13
+@end
+
+@implementation I13
+@end
+
+@interface I13a
+@end
+
+@implementation I13a
+@end
+
+// Implementation by itself
+@implementation I14 : I12
+@end
+
+@implementation I15 : I12
+@end
+
+
OpenPOWER on IntegriCloud