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