1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
4 + (id)arrayWithObjects:(id)firstObj, ...;
7 @interface NSConstantString {}
11 id foo = [NSArray arrayWithObjects:@"1", @"2", @"3", @"4", @"5", @"6", @"7", @"8", @"9", @"10", @"11", @"12", 0];
23 id <A> obj = (id <A>)[Foo bar];