view nocompile/float_17.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 3414705c41ac
children f87ba6507260
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// __DSTRESS_ELINE__ 17

module dstress.nocompile.float_17;

int main(){
	float f;
	f = f.isinfinite;
	return 0;
}