diff nocompile/bug_constfold_575_R.d @ 516:592f9ae41ba5

post DMD-0.122 review [1+2/n]
author thomask
date Tue, 10 May 2005 23:59:14 +0000
parents
children b8c0195059d9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/bug_constfold_575_R.d	Tue May 10 23:59:14 2005 +0000
@@ -0,0 +1,20 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	David L. Davis <SpottedTiger@yahoo.com>
+// @date@	2005-04-24
+// @uri@	news:d4deen$1j8c$1@digitaldaemon.com
+
+// __DSTRESS_ELINE__ 16
+
+module dstress.nocompile.bug_constfold_575_R;
+
+int main(){
+	creal a=creal.min;
+	creal b=creal.max;
+	if (a > b){
+		assert(0);
+	}
+	return 0;
+}