/* testing if we can get to the standard includes at the same time */ #include #include #include int main(int argc, char **argv) { cout << "hello world" << "\n"; return 0; }