1 // Objective-C recovery
3 // RUN: not %clang_cc1 -fixit -x objective-c %t
4 // RUN: %clang_cc1 -fsyntax-only -Werror -x objective-c %t
6 // Objective-C++ recovery
8 // RUN: not %clang_cc1 -fixit -x objective-c++ %t -std=c++11
9 // RUN: %clang_cc1 -fsyntax-only -Werror -x objective-c++ %t -std=c++11
18 + (id) arrayWithObjects;
26 NSArray (func2)(void) { return 0; }
29 void test_result_type() {
30 auto l1 = [] () -> NSArray { return 0; };
35 NSArray pluginNames = [NSArray arrayWithObjects];