changeset 875:a6d3a59e2356

bobef <bobef@lessequal.com> 2006-03-01 news:du4ojh$1b0n$1@digitaldaemon.com
author thomask
date Thu, 02 Mar 2006 08:14:35 +0000
parents 47f2c595b3b6
children 549bdf42bf7d
files undefined/creal_31.d
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/undefined/creal_31.d	Thu Mar 02 08:14:35 2006 +0000
@@ -0,0 +1,17 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Thomas Kuehne <thomas-dloop@kuehne.cn>
+// @date@	2006-03-02
+// @uri@	news:du1rjs$1si3$1@digitaldaemon.com
+
+module dstress.undefined.creal_31;
+
+int main(){
+	if(1.0 > 1.0i){
+		// unordered or "greater than" ?
+	}
+
+	return 0;
+}