#include <stdio.h> int i;int i = 1; int main(void) { printf("i = %d\n", i); return 0;}
Standard input is empty
i = 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!