xref
: /
third_party
/
musl
/
libc-test
/
src
/
functional
/
dlopen_weak_deps.h
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/libc-test/src/functional/
1
int
test_number2
();
2
__attribute__
((
weak
))
int
test_function
();
3