brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 079825b Raw
8 lines · plain
1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o -2 3@class NSArray;4int main(void) {5	NSArray *foo;6	for (Class c in foo) { }7}8