manual copyright year range of various GDB files to add 2023
[binutils-gdb.git] / gold / testsuite / weak_as_needed_c.script
blob206d40758b1781c9ccebb4b8b20dc96dcfa3eb09
1 v1 {
2   global:
3    bar;
4 };
5 v2 {
6   global:
7    bar;
8    baz;
9    t4;
10   local:
11    *;
12 } v1;