Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +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}} |