Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
p.c
blob: 6caec1b588df4b4d9fbb09cb2f1c50d631e27d47 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
b
,
p
)
short
*
p
;
{
p
[
0
]
=
a
;
p
[
1
]
=
b
;
}