First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / execute / 20040208-1.c
blob0235759107272349eadfcb9c20775f2ca6cf2e1d
1 int main ()
3 long double x;
5 x = 0x1.0p-500L;
6 x *= 0x1.0p-522L;
7 if (x != 0x1.0p-1022L)
8 abort ();
9 exit (0);