[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaObjC / crash-label.m
blobb0ca5b508ca468d5d88546a00c288f2ec0a13856
1 // RUN: %clang_cc1  -fsyntax-only -verify %s
3   - (NSDictionary*) _executeScript:(NSString *)source {  // expected-error 2 {{expected a type}} \
4                                                          // expected-error {{missing context for method declaration}}
5 Exit:  [nilArgs release];
7 - (NSDictionary *) _setupKernelStandardMode:(NSString *)source { // expected-error 2 {{expected a type}} \
8                                                                  // expected-error {{missing context for method declaration}}
9   Exit:   if(_ciKernel && !success ) {