mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-03 16:02:06 +00:00
11 lines
53 B
C++
11 lines
53 B
C++
|
struct S
|
||
|
{
|
||
|
char m0;
|
||
|
int m1;
|
||
|
};
|
||
|
|
||
|
void
|
||
|
foo(S&)
|
||
|
{
|
||
|
}
|