6 lines
86 B
C
6 lines
86 B
C
|
__attribute__((visibility("hidden"))) void inlib1(void) {}
|
||
|
int main()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|