diff nocompile/bug_cgcod_1445_B.d @ 362:d049cc89b187

bug_cgcod_1445 Brian Gardner <briangr@friberg.us> 2005-03-23 news:d1sald$2u6e$1@digitaldaemon.com
author thomask
date Fri, 25 Mar 2005 07:09:48 +0000
parents
children f87ba6507260
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/bug_cgcod_1445_B.d	Fri Mar 25 07:09:48 2005 +0000
@@ -0,0 +1,24 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Brian Gardner <briangr@friberg.us>
+// @date@	2005-03-23
+// @uri@	news:d1sald$2u6e$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 13
+
+module dstress.nocompile.bug_cgcod_1445_B;
+
+typedef u *u();
+
+u s(){
+	static int x = 0;
+	return s();
+}
+
+int main(){
+	s();
+	return 0;
+}
+