xref
: /
third_party
/
musl
/
libc-test
/
src
/
functional
/
dlclose_recursive.cpp
(revision 570af302)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/libc-test/src/functional/
1
#
include
<
iostream
>
2
3
void
print_hello
()
4
{
5
std
::
cout
<<
"hello"
<<
std
::
endl
;
6
}
7