1 // Compile this with: 2 // g++ -fPIC -g -Wall -L. -ltest2-var-removed-v0 -o test2-var-removed-app 3 // test2-var-removed-app.cc 4 5 extern int global_var1; 6 7 int main()8 main() 9 { 10 return global_var1; 11 } 12