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

DLL_EXPORT void helper2_hello()
{
    puts("Hello from helper2!");
}