view tests/code/switch_1.d @ 156:2c5a8061aa4a

Made some tests dmd-compatible
author Anders Johnsen <skabet@gmail.com>
date Mon, 21 Jul 2008 22:13:12 +0200
parents 52eb0eb92e91
children
line wrap: on
line source


void main()
{
    int x;
    switch (x)
    {
    }
}