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 '3'
7 #include "Warray-bounds-71.h"