view tangotests/debug3.d @ 256:26127a48bc09 trunk

[svn r273] added html header to web statistics
author ChristianK
date Thu, 12 Jun 2008 18:22:33 +0200
parents d61ce72c39ab
children
line wrap: on
line source

module tangotests.debug3;

void main()
{
    int i = 42;
    int* ip = &i;

    int* fail;
    *fail = 0;
}