view tests/mini/arrays14.d @ 1118:dde9dbae052a

Make this test a bit more meaningful
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 14 Mar 2009 22:29:31 +0100
parents 1bb99290e03a
children
line wrap: on
line source

module arrays14;

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