Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12975.c
CommitLineData
af55061b
L
1int foo() { return 42; }
2
3int bar() { return 0; }
4
5#pragma GCC visibility push(hidden)
6int baz() { return 1; }
7#pragma GCC visibility pop
This page took 0.332365 seconds and 4 git commands to generate.