99451b44创建于 2020年2月12日历史提交
#import <Test/Test.h>
#import <TestExt/TestExt.h>

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