URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [libmudflap/] [testsuite/] [libmudflap.c++/] [pass41-frag.cxx] - Rev 819
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