crash D1 compiler

Zorran zorran at tut.by
Sun Feb 1 04:01:09 PST 2009


This code crash D1 compiler (v1.039)

============
import std.stdio;

void main()
{
	string ss="sample";
	printf("%s", cast(char*)(ss+"\0") );
}
===========


More information about the Digitalmars-d-bugs mailing list