Files
ldc/tangotests/debug7.d
T

10 lines
82 B
D

module tangotests.debug7;
int gi;
void main()
{
int* fail;
*fail = 0;
}