(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr77323.c
       1  /* PR c/77323 */
       2  /* { dg-do compile { target ia32 } } */
       3  /* { dg-options "" } */
       4  
       5  __int128 a; /* { dg-error "not supported" } */
       6  _Float128x b; /* { dg-error "not supported" } */