Sign in
fuchsia
/
third_party
/
swig
/
728b8955bd50d79168e121f834295ef30fcdc89e
/
.
/
Examples
/
test-suite
/
octave
/
li_std_stream_runme.m
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