blob: 629d88077defa775fdea86704ef758b7707b49dd [file] [log] [blame]
void func() {
std::cout << "This is a function that fails to compile if iostream is not included."
<< std::endl;
}
int main(int argc, char **argv) {
return 0;
}