fork download
  1. #include <stdio.h>
  2.  
  3. int i;
  4. int i;
  5. int i;
  6.  
  7. int main(void) {
  8. printf("%d\n", i); // should print 0
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
0