dmd/compiler/test/compilable/test17782.d
2022-07-09 18:53:07 +02:00

6 lines
85 B
D

void main() {
string str = q"_DLANG
123
_DLANG";
assert( str == "123\n" );
}