2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / gcc / testsuite / objc.dg / method-20.m
blob653e047281d4d1ed9eeb40f46f1d508487d74d8b
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 @end