blob: f4f88a45adf4155de2f3941687e28ec70880b4ba [file] [log] [blame]
/* PR tree-optimization/97979 */
int
foo (int x)
{
return (x & 0x123) << -3;
}