1 // RUN: %clang_cc1 -verify -Wno-objc-root-class %s
5 - (void)fileExistsAtPath:(int)x;
13 @implementation ClassB // expected-note {{implementation started here}}
15 - (void) method:(ClassA *)mgr { // expected-note {{to match this '{'}}
16 [mgr fileExistsAtPath:0
17 } // expected-error {{expected ']'}}
19 @interface ClassC // \
20 // expected-error {{missing '@end'}} \
21 // expected-error {{expected '}'}}