DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-pkg-ctf / dirpkg-1-dir1 / obj-v0.c
1234567891011
// Compile with: // g++ -gctf -shared -o libobj-v0.so obj-v0.cc struct S { int mem0; }; void bar(struct S *s) {}