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