DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-suppr / test32-v0.c
123456789101112
// Compile with: // g++ -g -fPIC -shared -o libtest32-v0.so test32-v0.c namespace priv { void foo() {} } namespace pub { void bar() {} }