(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr40340-3.c
       1  /* PR middle-end/40340 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-O2 -Wall -Wno-system-headers" } */
       4  
       5  #define TEST2
       6  #include "pr40340.h"
       7  
       8  int
       9  main (void)
      10  {
      11    test2 ();
      12    return 0;
      13  }
      14  
      15  /* { dg-bogus "overflow" "" { target *-*-* } 10 } */