No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / objc / compile / method-1.m
blobe9bb989bef6d73e9e0e0488a07d8a1f2de1739a3
1 /* PR objc/29195 */
2 /* Test that array decls are changed to a pointer type
3    correctly and make sure we don't crash because the
4    decl was not relayed out.   */
6 @ implementation NGActiveSocket 
7 + (void) socketPair:(int [2])
8      _pair 
10   _pair[0] = 0;
12 @end