(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
diag11066.d
// REQUIRED_ARGS: -w -profile
void main()
{
    string s;
    foreach (dchar c; s) // affected by dchar
        return;
}