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
19 + (id) arrayWithObjects;
27 NSArray (func2)(void) { return 0; }
30 void test_result_type() {
31 auto l1 = [] () -> NSArray { return 0; };
36 NSArray pluginNames = [NSArray arrayWithObjects];