android13/external/libabigail/tests/data/test-diff-suppr/test32-v0.c

13 lines
143 B
C

// Compile with:
// g++ -g -fPIC -shared -o libtest32-v0.so test32-v0.c
namespace priv
{
void foo() {}
}
namespace pub
{
void bar() {}
}