Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-elfvers
/
vers23a.c
blob: 9edbba353b56e4b07a266a73592d781b79a0d3ba [
file
] [
log
] [
blame
] [
edit
]
#include
"vers.h"
FUNC_SYMVER
(
_old_bar
,
bar@VERS
.
0
);
void
_old_bar
(
void
)
{
}
void
foo
(
void
)
{
}