7 lines
139 B
Objective-C
7 lines
139 B
Objective-C
/* { dg-options "-w" } */
|
|
/* { dg-do compile } */
|
|
@implementation A
|
|
+B
|
|
+C {} /* { dg-error "expected '\{' before '\\\+' token" } */
|
|
@end
|