fork(1) download
  1. #include <string>
  2. using std::string;
  3. void foo(const string& goo)
  4. {
  5. }
  6.  
  7. int main()
  8. {
  9. foo("bla");
  10. }
Success #stdin #stdout 0.02s 2852KB
stdin
Standard input is empty
stdout
Standard output is empty