(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
expr/
static_cast1.C
void foo(int x)
{
    static_cast<const unsigned int&>(x);
}