Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
objc
/
compile
/
method-1.m
blob: e9bb989bef6d73e9e0e0488a07d8a1f2de1739a3 [
file
] [
log
] [
blame
]
/* PR objc/29195 */
/* Test that array decls are changed to a pointer type
correctly and make sure we don't crash because the
decl was not relayed out. */
@
implementation
NGActiveSocket
+
(
void
)
socketPair
:(
int
[
2
])
_pair
{
_pair
[
0
]
=
0
;
}
@end