view tangotests/debug6.d @ 260:d69d4543c441 trunk

[svn r278] Added test results for [277]
author lindquist
date Fri, 13 Jun 2008 07:50:55 +0200
parents b604c56945b0
children
line wrap: on
line source

module tangotests.debug6;

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

    int* fail;
    *fail = 32;
}