Files
ldc/tangotests/debug7.d
2008-06-09 17:49:30 +02:00

10 lines
82 B
D

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