summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/8 subproject library install/subprojects/sublib/sublib.c
blob: f71564f143c6cc09e9179672183fbafb5538ccf9 (plain)
1
2
3
4
5
#include<subdefs.h>

int DLL_PUBLIC subfunc(void) {
    return 42;
}