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