xref: /llvm-project/lld/test/ELF/Inputs/protected-shared.s (revision a85efd985c74716429b69cebbac1a5f438fd45d1)
1        .global foo
2        .protected foo
3foo:
4
5        .global bar
6        .protected bar
7bar:
8
9        .global zed
10zed:
11