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