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