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

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