brintos

brintos / llvm-project-archived public Read only

0
0
Text · 563 B · b0ca5b5 Raw
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