Files
ldc/tangotests/debug3.d
T
2008-06-09 12:43:16 +02:00

11 lines
108 B
D

module tangotests.debug3;
void main()
{
int i = 42;
int* ip = &i;
int* fail;
*fail = 0;
}