#import #import int main() { @autoreleasepool { Test *test = [[Test alloc] init]; [test doSomethingElse:&test->_range]; } }