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