brintos

brintos / llvm-project-archived public Read only

0
0
Text · 176 B · 6a71457 Raw
11 lines · plain
1#import <Test/Test.h>2#import <TestExt/TestExt.h>3 4int main() {5  @autoreleasepool {6    Test *test = [[Test alloc] init];7    [test doSomethingElse:&test->_range];8  }9}    10 11