00001 int main(int ac, char **av) { 00002 int table = 10; 00003 int x = 5; 00004 return 1; 00005 } 00006 00007 void table() { 00008 }