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