OpenGrok
Cross Reference: ver_test_13.c
xref
: /
toolchain
/
binutils
/
binutils-2.27
/
gold
/
testsuite
/
ver_test_13.c
Home
|
History
|
Annotate
|
Download
|
only in
testsuite
1
__asm__
(
".symver foo, foo@VER_0"
);
2
3
int
foo
(
void
);
4
5
int
foo
(
void
) {
6
return
0
;
7
}
8