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

int xyzzy __attribute__((__used__)); 

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