view tests/mini/norun_debug6.d @ 1631:e16ea850ff81

missed ldcbinarypath => ldcbinarydir
author Moritz Warning <moritzwarning@web.de>
date Tue, 09 Feb 2010 13:53:13 +0100
parents 925779c19395
children
line wrap: on
line source

module mini.norun_debug6;

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

    int* fail = cast(int*) 1;
    *fail = 32;
}