summaryrefslogtreecommitdiffstats
path: root/test cases/windows/9 vs module defs generated/prog.c
blob: 066ac227a717d3d8793e19c594b7a61a7d4db646 (plain)
1
2
3
4
5
int somedllfunc(void);

int main(void) {
    return somedllfunc() == 42 ? 0 : 1;
}