6 lines
96 B
C
6 lines
96 B
C
extern void bar(void) __attribute__((__visibility__("hidden")));
|
|
|
|
void foo (void)
|
|
{
|
|
bar ();
|
|
}
|