blob: 653e047281d4d1ed9eeb40f46f1d508487d74d8b [file] [log] [blame]
/* { dg-do compile } */
/* We used to crash after we found the type for int[m] was declared as invalid. */
/* PR objc/29197 */
@ implementation NGActiveSocket
+ (void) socketPair:(int[m]) _pair {} /* { dg-error "" } */
@end