1 /* { dg-do compile } */
3 /* We used to crash after we found the type for int[m] was declared as invalid. */
6 @ implementation NGActiveSocket
7 + (void) socketPair:(int[m]) _pair {} /* { dg-error "" } */
8 /* { dg-warning "" "" { target *-*-* } .-1 } */