llvm-project/clang/test/SemaObjC/method-no-context.m

5 lines
164 B
Mathematica
Raw Normal View History

// RUN: clang -cc1 -fsyntax-only -verify %s
- im0 { int a; return 0; // expected-error{{missing context for method declaration}}
// expected-error{{expected '}'}}