1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
8 - (unsigned int)countByEnumeratingWithState: (struct __objcFastEnumerationState *)state objects: (id *)items count:(unsigned int)stackcount
12 - (id) allKeys { return 0; }
15 @interface MyList (BasicTest)
16 - (void)compilerTestAgainst;
20 @implementation MyList (BasicTest)
21 - (void)compilerTestAgainst {
23 for (el in [el allKeys]) { LOOP();
26 for (id el1 in[el allKeys]) { LOOP();
28 for (el in([el allKeys])) { LOOP();