1 int
2 main (void)
3 {
4 return 0;
5 }
6
7 void
8 KeepMe (void)
9 {
10 }
1 int
2 main (void)
3 {
4 return 0;
5 }
6
7 void
8 KeepMe (void)
9 {
10 }