2014-07-11 Edward Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / gcc / testsuite / obj-c++.dg / syntax-error-7.mm
blobe38c0958cc343964459d51d84c1516c79ed38769
1 /* { dg-do compile } */
3 @interface Foo
4 -(void) someMethod;
5 @end
7 @implementation Foo
8 -(void)
9 -(void) someMethod /* { dg-error "expected before .-." } */
12 @end /* { dg-warning "incomplete implementation of class" } */
13 /* { dg-warning "method definition for ..someMethod. not found" "" { target *-*-* } 12 } */