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