blob: 506cccf512a918f3e190e37e3b2b18c9d3400d8c [file] [log] [blame]
Fariborz Jahanian1147c5e2009-12-14 17:36:25 +00001// RUN: clang -cc1 %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}}