opnsense-src/test/Rewriter/rewrite-api-bug.m

12 lines
154 B
Mathematica
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -rewrite-objc %s -o -
2009-06-02 13:58:47 -04:00
@interface MyDerived
- (void) instanceMethod;
@end
@implementation MyDerived
- (void) instanceMethod {
}
@end