aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/173 as-needed/libA.cpp
blob: 5f45bc077a63b2fdc8c7aa5ce92c6b81a736cb62 (plain)
1
2
3
4
5
6
7
#define BUILDING_DLL

#include "libA.h"

namespace meson_test_as_needed {
  DLL_PUBLIC bool linked = false;
}