mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-04 07:41:48 +00:00
8 lines
110 B
C++
8 lines
110 B
C++
|
// Compile with:
|
||
|
// g++ -g -Wall -shared -o libtest1-fn-removed-v1.cc test1-fn-removed-v1.cc
|
||
|
|
||
|
void
|
||
|
fun1()
|
||
|
{
|
||
|
}
|