]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr37985.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr37985.c
CommitLineData
007a787d
CB
1/* PR c37985 */
2/* { dg-do compile } */
3/* { dg-options " -Wall -Wextra " } */
4unsigned char foo(unsigned char a)
5{
6 a >> 2; /* { dg-warning "no effect" } */
7 return a;
8}