mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-03 23:31:51 +00:00
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()
|
||
|
{
|
||
|
}
|