comparison nocompile/bug_constfold_575_C.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
comparison
equal deleted inserted replaced
515:c7748379f0ce 516:592f9ae41ba5
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // @author@ David L. Davis <SpottedTiger@yahoo.com>
6 // @date@ 2005-04-24
7 // @uri@ news:d4deen$1j8c$1@digitaldaemon.com
8
9 // __DSTRESS_ELINE__ 14
10
11 module dstress.nocompile.bug_constfold_575_C;
12
13 int main(){
14 if (creal.min > creal.max){
15 assert(0);
16 }
17 return 0;
18 }