view test/arrays14.d @ 166:a2c4dc388d5e trunk

[svn r182] Oups, the PGM output for the raytracer demo was borked.
author lindquist
date Tue, 06 May 2008 00:03:55 +0200
parents 5ab8e92611f9
children
line wrap: on
line source

module arrays14;

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