• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
4 void
func0()5 func0()
6 {
7 }
8 
9 void
func1()10 func1()
11 {
12 }
13