fork(2) download
  1. template <typename Foo>
  2. void fkt(Foo f) {}
  3.  
  4. int main() {
  5. fkt(1);
  6. return 0;
  7. }
Success #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty