[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / SemaObjC / method-no-context.m
blobc0875493b44b9f2590756195ad1ceeb004ef905b
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 - im0 { // expected-error{{missing context for method declaration}}
4   int a; return 0;