Harden SLP reduction support wrt STMT_VINFO_REDUC_IDX
[official-gcc.git] / gcc / testsuite / obj-c++.dg / syntax-error-4.mm
blob97587f9849506078485485b58fba80e8213b726f
1 /* Yet another stray infinite loop... */
2 /* { dg-do compile } */
3 // { dg-additional-options "-Wno-objc-root-class" }
5 @interface t
8 - (void)go;
9 @end
10 @implementation t
11 - (void)go
13         }
14 } /* { dg-error "stray .\}. between Objective\\-C\\+\\+ methods" } */
15 @end