1 2 3 4 5 6 7 8 9
#include <iosfwd> #include <string> #include <test-api.h> void TestIceSpider::Ex::ice_print(std::ostream & s) const { s << message; }