http://d.puremagic.com/issues/show_bug.cgi?id=1736
------- Comment #3 from gide at nwawudu.com 2008-01-01 10:15 -------
This might be the same bug as 1702, as the following code also crashes DMD.
void main() {
string a = "Hello " ~ 10;
}
--