annotate undefined/creal_31.d @ 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
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
875
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
1 // $HeadURL$
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
2 // $Date$
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
3 // $Author$
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
4
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
6 // @date@ 2006-03-02
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
7 // @uri@ news:du1rjs$1si3$1@digitaldaemon.com
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
8
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
9 module dstress.undefined.creal_31;
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
10
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
11 int main(){
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
12 if(1.0 > 1.0i){
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
13 // unordered or "greater than" ?
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
14 }
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
15
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
16 return 0;
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
17 }