(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
attr-used-3.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Wall -O2 -fcommon" } */
       3  
       4  static int xyzzy __attribute__((__used__)); 
       5  
       6  /* { dg-final { scan-assembler "xyzzy" } } */
       7  /* { dg-final { scan-assembler-not ",\"awR\"" { target R_flag_in_section } } } */