aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc.dg/method-20.m
blob: 653e047281d4d1ed9eeb40f46f1d508487d74d8b (plain)
1
2
3
4
5
6
7
8
/* { 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