Files
ldc/tests/mini/norun_debug6.d
2008-07-28 03:04:28 +02:00

10 lines
110 B
D

module mini.norun_debug6;
void main()
{
char[] str = "hello world :)";
int* fail;
*fail = 32;
}