/* 20040208-1.c from the execute part of the gcc torture suite. */#include <testfwk.h>#ifdef __SDCC#pragma std_c99#endifvoidtestTortureExecute(void){#if 0// TODO: Enable when long double is supported!long double x;
x =0x1.0p-500L;
x *=0x1.0p-522L;if(x !=0x1.0p-1022L)ASSERT(0);return;#endif}