view tangotests/debug7.d @ 266:5d2f4814bb2e trunk

[svn r287] update to test statistics generation
author ChristianK
date Sun, 15 Jun 2008 12:58:48 +0200
parents 56199753e637
children
line wrap: on
line source

module tangotests.debug7;

int gi;

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