comparison nocompile/float_16.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 3414705c41ac
children
comparison
equal deleted inserted replaced
359:b4e9dc55e25d 360:e38919011244
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // __DSTRESS_ELINE__ 11
6
7 module dstress.nocompile.float_16;
1 8
2 int main(){ 9 int main(){
3 float f; 10 float f;
4 f = f.isnan; 11 f = f.isnan;
5 return 0; 12 return 0;