aboutsummaryrefslogtreecommitdiff
path: root/test cases/windows/10 vs module defs generated custom target/prog.c
blob: 2567760c48202ae2136ac7551857427079104af6 (plain)
1
2
3
4
5
int somedllfunc();

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