aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/13 pch/mixed/func.c
blob: 620eca133b642f0b2b0789550cfe414a104ad848 (plain)
1
2
3
4
5
6
7
void tmp_func(void) {
    fprintf(stdout, "This is a function that fails if stdio is not #included.\n");
}

int cfunc(void) {
    return 0;
}