blob: cedc8e59ce45615f24d92f58d456e4de4e5f3e9e [file] [log] [blame]
li_std_stream
a = A();
o = ostringstream();
o << a << " " << 2345 << " " << 1.435;
if (o.str() != "A class 2345 1.435")
error("failed");
endif