PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / objc.dg / method-20.m
blobb2bf99505e0621ec26a3bcfa7a8a9b47a11c0000
1 /* { dg-do compile }  */
3 /* We used to crash after we found the type for int[m] was declared as invalid. */
4 /* PR objc/29197 */
6 @ implementation NGActiveSocket
7 + (void) socketPair:(int[m]) _pair {} /* { dg-error "" } */
8        /* { dg-warning "" "" { target *-*-* } .-1 } */
9 @end