Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021119-1.c
blob: d4306b89b999f485385c2099818f8fc64a81bca5 [
file
] [
log
] [
blame
]
/* PR c/8588 */
/* Contributed by Volker Reichelt. */
/* Verify that GCC converts integer constants
in shift operations. */
void
foo
()
{
unsigned
int
i
,
j
;
j
=
(
i
>>
0xf0
);
}