aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/rewrite-api-bug.m
blob: b965c92971b26ec77e83aeaf148ec6fd8da33236 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: clang -rewrite-test %s

@interface MyDerived
- (void) instanceMethod;
@end

@implementation MyDerived
- (void) instanceMethod {
}
@end