summaryrefslogtreecommitdiffstats
path: root/test cases/common/42 subproject/subprojects/sublib/sublib.c
blob: f71564f143c6cc09e9179672183fbafb5538ccf9 (plain)
1
2
3
4
5
#include<subdefs.h>

int DLL_PUBLIC subfunc(void) {
    return 42;
}