view tests/mini/switch4.d @ 360:9c9544fd769d trunk

[svn r381] Allow concatenating with static arrays.
author ChristianK
date Mon, 14 Jul 2008 17:26:58 +0200
parents 1bb99290e03a
children 26e0a50c1902
line wrap: on
line source

module tangotests.switch1;

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