URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libmudflap/] [testsuite/] [libmudflap.c++/] [pass41-frag.cxx] - Rev 855
Go to most recent revision | Compare with Previous | Blame | View Log
#include <string> #include <iostream> int main (int argc, char *argv[]) { std::string myStr = "Hello, World!"; std::cout << myStr << std::endl; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log