1#if defined (__ia64__) && defined (__hpux__)
2#define FLOAT __float80
3#include "fp-cmp-8.c"
4#else
5int
6main ()
7{
8  return 0;
9}
10#endif
11