9 lines
98 B
C

extern int retval;
int
__attribute__ ((visibility ("hidden")))
func3 (void)
{
return retval;
}