llvm/lld/test/ELF/Inputs/protected-shared.s

        .global foo
        .protected foo
foo:

        .global bar
        .protected bar
bar:

        .global zed
zed: