7 lines
142 B
C++
7 lines
142 B
C++
|
|
// Compile this with:
|
||
|
|
// g++ -Wall -g -shared -Wl,--soname,libtest19-soname-0 -o libtest19-soname-v0.so test19-soname-v0.cc
|
||
|
|
void
|
||
|
|
func0()
|
||
|
|
{
|
||
|
|
}
|