Sign in
llvm
/
llvm-project
/
41a94de75caacb979070ec7a010dfe3c4e9f116f
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
conflicting-definition
/
TestExt
/
TestExt.m
blob: 163fde4312f2b5e1b008a6ed8c6c8cd7c0dc3c56 [
file
] [
log
] [
blame
]
#import <Foundation/Foundation.h>
#import "TestExt.h"
#import "Foo.h"
@implementation
Test
(
Stuff
)
-
(
void
)
doSomethingElse
:
(
CMTimeRange
*)
range_ptr
{
NSLog
(@
"doSomethingElse: %p"
,
range_ptr
);
// break here
}
@end