blob: 0ce3d0a2451057b8ca2f3f9a948eb0b87dab405c [file] [log] [blame]
// No includes here, they need to come from the PCH
void func() {
fprintf(stdout, "This is a function that fails if stdio is not #included.\n");
}
int main(int argc, char **argv) {
return 0;
}