mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-15 22:44:41 +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>
11 lines
53 B
C++
11 lines
53 B
C++
struct S
|
|
{
|
|
char m0;
|
|
int m1;
|
|
};
|
|
|
|
void
|
|
foo(S&)
|
|
{
|
|
}
|