static NSUInteger ReturnFive()

in tools/PerformanceTests/ObjCAttrPerformanceTest/ObjCAttrPerformanceTest/ReflectionTestingFactory.m [109:111]


static NSUInteger ReturnFive(id self, SEL _cmd) {
    return 5;
}