#include <iostream> using namespace std; int main( ) { char str[] = "test cerr:"; cerr << "Test success!!!" << str << endl; }