1 /* { dg-do compile { target R_flag_in_section } } */
2 /* { dg-options "-Wall -O2 -fcommon" } */
3
4 static int xyzzy __attribute__((__used__, __retain__));
5
6 /* { dg-final { scan-assembler "xyzzy" } } */
7 /* { dg-final { scan-assembler ",\"awR\"" { target R_flag_in_section } } } */