view test/arrays14.d @ 200:e937752e4541 trunk

[svn r216] don't crash on foreach over zero-length static array
author ChristianK
date Mon, 12 May 2008 22:27:05 +0200
parents 5ab8e92611f9
children
line wrap: on
line source

module arrays14;

void main()
{
    auto s = "hello world";
    auto d = s.dup;
}