view tests/mini/compile_nested1.d @ 1000:d6895f24dc8f

Fixed druntime lib path in ldc2.conf.in, thanks Matt
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 26 Feb 2009 18:43:25 +0100
parents 5bd9a617d297
children
line wrap: on
line source

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