fork(1) download
  1. #include <iostream>
  2.  
  3. int main() {
  4. int a(10) ;
  5. int b ( a ) ;
  6. }
Success #stdin #stdout 0s 2680KB
stdin
Standard input is empty
stdout
Standard output is empty