summaryrefslogtreecommitdiff
path: root/test cases/common/170 generator link whole/pull_meson_test_function.c
blob: 23d24acf4b9a89cfeb0c0649bbd0d83d162b6d27 (plain)
1
2
3
4
5
6
#include "export.h"
#include "meson_test_function.h"

int DLL_PUBLIC function_puller(void) {
    return meson_test_function();
}