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