(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
Wlarger-than2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Wlarger-than=8" } */
       3  static void foo (void) 
       4  {
       5    char buf[9]; /* { dg-warning "size of.*9 bytes" } */
       6  }
       7