Sign in
qemu
/
meson
/
refs/heads/testcommand
/
.
/
test cases
/
common
/
184 as-needed
/
main.cpp
blob: 191d15c4dca0ed033c898966d9b63ebf4f07765d [
file
] [
log
] [
blame
]
#include
<cstdlib>
#include
"libA.h"
int
main
()
{
return
!
meson_test_as_needed
::
linked
?
EXIT_SUCCESS
:
EXIT_FAILURE
;
}