view tests/mini/compile_nested1.d @ 814:05f2651caa6c

Added error when invoking gcc fails
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 01 Dec 2008 15:18:22 +0100
parents 5bd9a617d297
children
line wrap: on
line source

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