aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/plugin-dependency/plugin4.cpp
blob: cee2362ec1f72a4924f64122e6da84698c072938 (plain)
1
2
3
4
5
6
7
#include "../dllexport.h"
#include <cstdio>

DLL_EXPORT void plugin4_hello()
{
    std::puts("plugin4 says hello!");
}