aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/attr-used-3.c
blob: ca64197929c7f59116efb81156eb14008a4316fc (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-Wall -O2 -fcommon" } */

static int xyzzy __attribute__((__used__)); 

/* { dg-final { scan-assembler "xyzzy" } } */
/* { dg-final { scan-assembler ",\"awR\"" { target R_flag_in_section } } } */