* doc/install.texi (Specific): Tweak link to mkssoftware.com.
[official-gcc.git] / 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