1int global_var = 3;
2int other_var = 4;
3
4int
5function (void)
6{
7  return 0;
8}
9