mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
9 lines
101 B
C
9 lines
101 B
C
|
extern int retval;
|
||
|
|
||
|
int
|
||
|
__attribute__ ((visibility ("protected")))
|
||
|
func1 (void)
|
||
|
{
|
||
|
return retval;
|
||
|
}
|