fork(2) download
  1. #include <stdio.h>
  2. extern int y = 0;
  3. int main(void){
  4. printf("%d\n", y);
  5. return 0;
  6. }
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
0