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