(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
test17782.d
void main() {
    string str = q"_DLANG
123
_DLANG";
    assert( str == "123\n" );
}