1 // RUN: %clang_cc1 -rewrite-objc %s -o - 2 3 @class NSArray; 4 int main() { 5 NSArray *foo; 6 for (Class c in foo) { } 7 } 8