mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
12 lines
129 B
C
12 lines
129 B
C
|
void
|
||
|
__attribute__ ((symver ("foo@VERSION.1")))
|
||
|
foo (void)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void
|
||
|
__attribute__ ((symver ("bar@@VERSION.1")))
|
||
|
bar1 (void)
|
||
|
{
|
||
|
}
|