view tests/mini/arrays14.d @ 1242:f1877b6be63d

Merge with rev [1221]
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Fri, 17 Apr 2009 01:19:03 +0200
parents 1bb99290e03a
children
line wrap: on
line source

module arrays14;

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