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];
}
}