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

5 lines
162 B
Objective-C

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