view tests/mini/switch4.d @ 631:9fcb5f1a4c54

Automated merge with http://hg.dsource.org/projects/llvmdc
author Christian Kamm <kamm incasoftware de>
date Wed, 01 Oct 2008 21:14:20 +0200
parents 26e0a50c1902
children
line wrap: on
line source

module tangotests.switch1;

void main()
{
    switch(0)
    {
       default:
    }
}