brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 163fde4 Raw
11 lines · plain
1#import <Foundation/Foundation.h>2 3#import "TestExt.h"4#import "Foo.h"5 6@implementation Test (Stuff)7- (void)doSomethingElse: (CMTimeRange *)range_ptr {8    NSLog(@"doSomethingElse: %p", range_ptr); // break here9}10@end11