summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/ld/testsuite/ld-plugin/pr12975.c
blob: 909af976c2a9d33d36bc505ab75797b8e08007ba (plain)
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