Files
clang-p2996/clang/test/Sema/missing-method-context.m
2008-02-29 21:48:07 +00:00

5 lines
186 B
Objective-C

// RUN: clang %s -verify -fsyntax-only
- (void)compilerTestAgainst; // expected-error {{missing context for method declaration}}
void xx(); // expected-error {{expected method body}}