]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/Inputs/protected-function-access.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / Inputs / protected-function-access.s
1         .global foo
2         .protected foo
3         .type foo, @function
4 foo:
5         ret