aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/178 as-needed/main.cpp
blob: 191d15c4dca0ed033c898966d9b63ebf4f07765d (plain)
1
2
3
4
5
6
7
#include <cstdlib>

#include "libA.h"

int main() {
  return !meson_test_as_needed::linked ? EXIT_SUCCESS : EXIT_FAILURE;
}