aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/linker-library-duplicates/lib3.cpp
blob: 0f0183f69e244192468b54991b42ffc86d1494a5 (plain)
1
2
3
#include "../dllexport.h"

DLL_EXPORT void lib3Func() { }