view tangotests/debug4.d @ 282:74348f162225 trunk

[svn r303] Start a new basicblock behind a HaltExp to prevent compiler errors.
author ChristianK
date Sat, 21 Jun 2008 00:00:56 +0200
parents d61ce72c39ab
children
line wrap: on
line source

module tangotests.debug4;

void main()
{
    char c = 'c';
    wchar wc = 'w';
    dchar dc = 'd';

    int* fail;
    *fail = 32;
}