(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
rshift1.C
// PR c++/93238

short s;
enum { zero };
int fn(int i)
{
  return s >> zero;
}