summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/missing-method-context.m
blob: 2d0758b1fa8db918bf8a94d62ba6154b91b51e26 (plain)
1
2
3
4
// RUN: clang-cc %s -verify -fsyntax-only
- (void)compilerTestAgainst;  // expected-error {{missing context for method declaration}}

void xx();  // expected-error {{expected method body}}
OpenPOWER on IntegriCloud