1 2 3 4 5 6 7
int foo() { return 42; } int bar() { return 0; } #pragma GCC visibility push(hidden) int baz() { return 1; } #pragma GCC visibility pop