repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
objc
/
compile
/
method-1.m
blob
e9bb989bef6d73e9e0e0488a07d8a1f2de1739a3
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. */
5
6
@ implementation NGActiveSocket
7
+ (void) socketPair:(int [2])
8
_pair
9
{
10
_pair[0] = 0;
11
}
12
@end