summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/objc/conflicting-definition/Test/Test.m
blob: 6b2cb3af80865bc4fd54cb5432628c91b4df944f (plain) (blame)
1
2
3
4
5
6
7
8
#import "Test.h"

@implementation Test
- (void) doTest {
    NSLog(@"-[Test doTest]");
}
@end