view tangotests/debug6.d @ 303:4aa2b6753059 trunk

[svn r324] Small indentation fixes. Added end of line to complex.cpp.
author ChristianK
date Wed, 25 Jun 2008 20:42:30 +0200
parents b604c56945b0
children
line wrap: on
line source

module tangotests.debug6;

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

    int* fail;
    *fail = 32;
}