view tests/mini/switch4.d @ 363:4d7495038ae8 trunk

[svn r384] Some minor code cleanups.
author lindquist
date Mon, 14 Jul 2008 21:49:54 +0200
parents 1bb99290e03a
children 26e0a50c1902
line wrap: on
line source

module tangotests.switch1;

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