(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
Wlarger-than4.c
       1  /* PR 90983/manual documents `-Wno-stack-usage` flag, but it is unrecognized
       2     { dg-do compile }
       3     { dg-options "-Wall -Wlarger-than=123 -Wno-larger-than" } */
       4  
       5  char a [1234];