Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
conflicting-definition
/
main.m
blob: 6a714577a35363b80f17b1cc3e050b70945e37be [
file
] [
log
] [
blame
]
#import <Test/Test.h>
#import <TestExt/TestExt.h>
int
main
()
{
@autoreleasepool
{
Test
*
test
=
[[
Test
alloc
]
init
];
[
test doSomethingElse
:&
test
->
_range
];
}
}