mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-22 09:49:59 +00:00
b53edd3fcd
* tests/data/test-diff-dwarf/test1-v0.cc: New file. * tests/data/test-diff-dwarf/test1-v1.cc: Likewise. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
12 lines
69 B
C++
12 lines
69 B
C++
struct S
|
|
{
|
|
char m0;
|
|
unsigned m01;
|
|
int m1;
|
|
};
|
|
|
|
void
|
|
foo(S&)
|
|
{
|
|
}
|