Retro68/binutils/gold/testsuite/weak_as_needed_b.script
2018-12-28 16:25:28 +01:00

12 lines
78 B
Plaintext

v1 {
global:
bar;
};
v2 {
global:
bar;
baz;
local:
*;
} v1;