blob: 2d0758b1fa8db918bf8a94d62ba6154b91b51e26 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc %s -verify -fsyntax-only
Steve Naroffda323ad2008-02-29 21:48:07 +00002- (void)compilerTestAgainst; // expected-error {{missing context for method declaration}}
3
4void xx(); // expected-error {{expected method body}}