1 // Compile this with: 2 // g++ -Wall -g -L. -ltest3-fn-removed-v0 -o test3-fn-removed-app test3-fn-removed-app.cc 3 4 extern int fun0(); 5 extern void fun1(); 6 7 int main()8 main() 9 { 10 fun0(); 11 fun1(); 12 } 13