view tangotests/debug7.d @ 247:56199753e637 trunk

[svn r264] Fixed debug info for global variables.
author lindquist
date Mon, 09 Jun 2008 17:49:30 +0200
parents
children
line wrap: on
line source

module tangotests.debug7;

int gi;

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