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