Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
sh
/
torture
/
pr17280.c
blob: 9e4fb71796e23734e60b91544ccbd45ebf0d76fb [
file
] [
log
] [
blame
]
/* Check that there are no problems with .uses labels when branch relaxation
is enabled. */
/* { dg-do assemble } */
/* { dg-additional-options "-mrelax" } */
extern
void
foo
(
int
);
int
main
(
void
)
{
foo
(
7
);
return
0
;
}