// mudC++ // Test code. void test() { string s; s = "testing\n"; out.print( s ); } main() { test(); }