%{CPP_TEMPLATE} #ifdef HAVE_CONFIG_H #include #endif #include #include using namespace std; int main(int argc, char *argv[]) { cout << "Hello, world!" << endl; return EXIT_SUCCESS; }