Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20051207-1.c
blob9baa63b94b30a4a58e22fcea274ce91a7a63e0f3
1 /* PR target/25268 */
3 long long
4 foo (long long x, int y)
6 return x << ((y + 1) & 63);