1 // RUN: %clang_cc1 %s -rewrite-objc -o -
3 // FIXME: Should be able to pipe into clang, but code is not
4 // yet correct for other reasons: rdar://5716940
9 void foo(NSMutableArray *notificationArray, id X) {
10 for (NSNotification *notification in notificationArray)
11 [X postNotification:notification];