changeset 465:5bd9a617d297

Added a mini test case for nested stuff
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sun, 03 Aug 2008 16:11:38 +0200
parents e381e082d5cb
children 6989f040ea06
files tests/mini/compile_nested1.d
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/mini/compile_nested1.d	Sun Aug 03 16:11:38 2008 +0200
@@ -0,0 +1,1 @@
+void append(lazy char[] exp) { char[] s = exp; }