8 lines
173 B
C++
8 lines
173 B
C++
// Compile this file with:
|
|
// g++ -g -Wall -shared -Wl,-soname=libtest4-soname-changed.so.0 -o libtest4-soname-changed-v0.so test4-soname-changed-v0.cc
|
|
|
|
void
|
|
func0()
|
|
{
|
|
}
|