view tangotests/debug4.d @ 301:f42a1090e895 trunk

[svn r322] More asm-to-outside jumping work. Unfinished.
author ChristianK
date Tue, 24 Jun 2008 22:48:33 +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;
}