Sign in
gnu
/
binutils-gdb
/
4eba08320bbcc6fcb42d08fc27ac0ea8247255e5
/
.
/
gold
/
testsuite
/
ver_test_13.c
blob: 01f4ba7815f83d1838c9297bae6b2e1e4f9fe4f2 [
file
]
__asm__
(
".symver foo, foo@VER_0"
);
int
foo
(
void
);
int
foo
(
void
)
{
return
0
;
}