bolt/deps/llvm-18.1.8/lldb/test/API/lang/objc/conflicting-definition/main.m

11 lines
176 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
#import <Test/Test.h>
#import <TestExt/TestExt.h>
int main() {
@autoreleasepool {
Test *test = [[Test alloc] init];
[test doSomethingElse:&test->_range];
}
}