summaryrefslogtreecommitdiffstats
path: root/test/Index/objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/objc.h')
-rw-r--r--test/Index/objc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Index/objc.h b/test/Index/objc.h
deleted file mode 100644
index c671add..0000000
--- a/test/Index/objc.h
+++ /dev/null
@@ -1,11 +0,0 @@
-@interface Base {
- int my_var;
-}
--(int) my_var;
--(void) my_method: (int)param;
-+(void) my_method: (int)param;
-@end
-
-@interface Sub : Base
--(void) my_method: (int)param;
-@end
OpenPOWER on IntegriCloud