• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <string>
2 
test2()3 std::string test2() {
4     return "lo";
5 }
6