view tests/mini/debug7.d @ 373:d1574e142e93 trunk

[svn r394] Fixed the new DtoNullValue function
author lindquist
date Tue, 15 Jul 2008 15:16:56 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module tangotests.debug7;

int gi;

void main()
{
    int* fail;
    *fail = 0;
}