HelenOS sources

ostream            40 uspace/lib/cpp/include/__bits/io/iostream.hpp     extern ostream cout;
ostream            37 uspace/lib/cpp/src/iostream.cpp     ostream cout{nullptr};
ostream            53 uspace/lib/cpp/src/iostream.cpp             ::new(&cout) ostream{::new aux::stdout_streambuf<char>{}};
HelenOS homepage, sources at GitHub