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

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

module tangotests.debug6;

void main()
{
    char[] str = "hello world :)";

    int* fail;
    *fail = 32;
}