view test/bug35.d @ 340:351c0077d0b3 trunk

[svn r361] Removed some dead code.
author lindquist
date Sun, 13 Jul 2008 02:04:25 +0200
parents 2c3cd3596187
children
line wrap: on
line source

module bug35;

private const char[10] digits    = "0123456789";            /// 0..9

void main()
{
}