blob: 620eca133b642f0b2b0789550cfe414a104ad848 [file] [log] [blame]
void tmp_func(void) {
fprintf(stdout, "This is a function that fails if stdio is not #included.\n");
}
int cfunc(void) {
return 0;
}