Files
ldc/tests/mini/debug6.d

10 lines
110 B
D

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