Sign in
gnu
/
binutils-gdb
/
06e8d9861d16c5b7e6920ad0e89889ccf45c575a
/
.
/
libctf
/
testsuite
/
libctf-regression
/
nonstatic-var-section-ld-r-ctf.c
blob: 4712b1c1be4e8ac129eb63d87e06ecfae18b6ad5 [
file
] [
log
] [
blame
]
static
int
foo __attribute__
((
__used__
));
int
bar
;
/* This is sometimes linked as a main program, sometimes via ld -r, and
sometimes via ld -shared. */
int
main
(
void
)
{
return
0
;
}