blob: 7f072b2981a00d6a5773e7c1ce188161e257d225 [file] [log] [blame]
unsigned u=2147483839;float f0=2147483648e0,f1=2147483904e0;
main()
{
float f=u;
if(f==f0)
abort();
exit(0);
}