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

int main(int argc, char **argv) {
    return 0;
}