(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
Warray-bounds-72.c
       1  /* Verify that -Warray-bounds suppression via #pragma GCC diagnostic
       2     works at any call site in an inlining stack
       3     { dg-do compile }
       4     { dg-options "-O2 -Wall" } */
       5  
       6  #define IGNORE '2'
       7  #include "Warray-bounds-71.h"