view tests/mini/bug70.d @ 738:ecb429ee0648

Add explicit uint->char cast to get rid of warning.
author Christian Kamm <kamm incasoftware de>
date Thu, 30 Oct 2008 10:15:42 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module bug70;

void main()
{
    for (;false;)
    {
        break;
    }
}