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