Fariborz Jahanian | 1147c5e | 2009-12-14 17:36:25 +0000 | [diff] [blame] | 1 | // RUN: clang -cc1 %s -verify -fsyntax-only |
Steve Naroff | da323ad | 2008-02-29 21:48:07 +0000 | [diff] [blame] | 2 | - (void)compilerTestAgainst; // expected-error {{missing context for method declaration}} |
3 | |||||
4 | void xx(); // expected-error {{expected method body}} |