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

int cfunc() {
    return 0;
}