blob: 588bc27635f29486e3e95029835ae4542e89991b [file] [log] [blame]
void main() {
string str = q"_DLANG
123
_DLANG";
assert( str == "123\n" );
}