1 #include <stdio.h> 2 3 extern int foo2(); 4 5 int 6 foo1() 7 { 8 } 9 10 int 11 bar1() 12 { 13 } 14 15 int 16 main() 17 { 18 } 19