1 2 3 4 5 6 7
#include <cstdlib> #include "libA.h" int main(void) { return !meson_test_as_needed::linked ? EXIT_SUCCESS : EXIT_FAILURE; }