aboutsummaryrefslogtreecommitdiff
path: root/test cases/14 cxx pch/prog.cc
blob: 629d88077defa775fdea86704ef758b7707b49dd (plain)
1
2
3
4
5
6
7
8
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;
}