annotate undefined/creal_31.d @ 1599:d37b19f7e8bb

Move run/c/case_01 to nocompile.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 17:28:31 +0200
parents a6d3a59e2356
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 }