1 // Comile this with: 2 // g++ -Wall -g -shared -Wl,-soname=libtest19-soname-1 -o libtest19-soname-v1.so test19-soname-v1.cc 3 4 void func0()5 func0() 6 { 7 } 8 9 void func1()10 func1() 11 { 12 } 13