1 // compile with: 2 // bg++ -g -Wall -L. -ltest4-soname-changed-v0 -o test4-soname-change-app test4-soname-change-app.cc 3 4 extern void func0(); 5 6 int main()7 main() 8 { 9 func0(); 10 } 11