view tests/mini/compile_nested1.d @ 1525:d28cd7c45267

Removed druntime from the repository. Updated .hgignore to ignore druntime.
author Robert Clipsham <robert@octarineparrot.com>
date Mon, 06 Jul 2009 23:57:27 +0100
parents 5bd9a617d297
children
line wrap: on
line source

void append(lazy char[] exp) { char[] s = exp; }