// 981203 bkoz // g++/15071 // gcc invocation fails to link in libstdc++ #include int main() { std::cout << "hi" << std::endl; return 0; }