1 void
some_c_function(void)2 some_c_function(void)
3 {
4     int a, b, c;
5 
6     a = 1;
7     b = 2;
8 }
9