(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
ia64/
pr56540.c
       1  /* PR target/56540 */
       2  /* { dg-do compile } */
       3  
       4  extern int a[__SIZEOF_FPREG__ != sizeof (__fpreg) ? -1 : 1];
       5  extern int b[__SIZEOF_FLOAT80__ != sizeof (__float80) ? -1 : 1];
       6  extern int c[__SIZEOF_FLOAT128__ != sizeof (__float128) ? -1 : 1];