arm: Support pac_key_* register operand for MRS/MSR in Armv8.1-M Mainline
[binutils-gdb.git] / gold / testsuite / weak_as_needed_b.script
blob23ce2fab9a5774fb34808a1e11470f71e0c27bc2
1 v1 {
2   global:
3    bar;
4 };
5 v2 {
6   global:
7    bar;
8    baz;
9   local:
10    *;
11 } v1;