(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr29299.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O" } */
       3  
       4  static int bof __attribute__((used));
       5  int foo()
       6  {
       7  	static int barbarbarbar __attribute__((used));
       8  };
       9  
      10  /* { dg-final { scan-assembler "barbarbarbar" } } */