view tests/mini/bug70.d @ 783:d268bf419a09

hgignore updates for CMake.
author Christian Kamm <kamm incasoftware de>
date Sat, 22 Nov 2008 21:11:26 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module bug70;

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