1 /* { dg-do compile { target R_flag_in_section } } */
2 /* { dg-options "-Wall -O2" } */
4 static int xyzzy
__attribute__((__used__
, __retain__
)) = 1;
8 int x
__attribute__((__retain__
)); /* { dg-warning "attribute ignored|unused variable" } */
11 /* { dg-final { scan-assembler "xyzzy" } } */
12 /* { dg-final { scan-assembler "\.data.*,\"awR\"" { target R_flag_in_section } } } */