blob: 1378b3694012c733394c312da6b7e6494e1f1fa2 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +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}}