blob: 598ff8592213876ee2b3d0a21fcf17e9a87bfd7f [file] [log] [blame]
// REQUIRED_ARGS: -w -profile
void main()
{
string s;
foreach (dchar c; s) // affected by dchar
return;
}