10 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3 - (NSDictionary*) _executeScript:(NSString *)source { // expected-error 2 {{expected a type}} \4 // expected-error {{missing context for method declaration}}5Exit: [nilArgs release];6}7- (NSDictionary *) _setupKernelStandardMode:(NSString *)source { // expected-error 2 {{expected a type}} \8 // expected-error {{missing context for method declaration}}9 Exit: if(_ciKernel && !success ) {10