Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
p.c
blob: 465e741592a210e82f4ed90c722623bd10ba2bd9 [
file
] [
log
] [
blame
]
foo
(
a
,
b
,
p
)
short
*
p
;
{
p
[
0
]
=
a
;
p
[
1
]
=
b
;
}