blob: 88892d984530d999b4357afd2674d1a0be57517d [file] [log] [blame]
/* PR target/105247 */
int a;
void
foo (void)
{
int y = -8;
a = 1 << y;
}