/* hello2.cpp */ #include /* fprintf, stderr */ int main(void) { fprintf(stderr,"Hello!\n"); return 0; }