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