view tests/mini/arrays14.d @ 451:4d9108f1fbf4

merge ...
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 01 Aug 2008 21:56:13 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module arrays14;

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