#ifdef __GNUC__ #include int main() { std::cout << "Hello World!" << std::endl; } #endif