changeset 1124:6d6c3e53a7a1

Internal error: ..\ztc\cod1.c 2521 Tyro <ridimz@yahoo.com> 2006-09-02 news:edabs3$2se6$1@digitaldaemon.com
author thomask
date Sun, 03 Sep 2006 09:20:22 +0000
parents 48fc88ca588a
children a929acac9127
files nocompile/b/bug_cod1_2521_A.d
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/b/bug_cod1_2521_A.d	Sun Sep 03 09:20:22 2006 +0000
@@ -0,0 +1,25 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Tyro <ridimz@yahoo.com>
+// @date@	2006-09-02
+// @uri@	news:edabs3$2se6$1@digitaldaemon.com
+// @desc@	Internal error: ..\ztc\cod1.c 2521
+
+// __DSTRESS_ELINE__ 21
+
+module dstress.nocompile.b.bug_cod1_2521_A;
+
+void foo(...){
+}
+
+void bar(){
+}
+
+int main(){
+	foo(bar());
+
+	return 0;
+}
+