mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-08 17:47:13 +00:00
8 lines
45 B
C
8 lines
45 B
C
|
struct S
|
||
|
{
|
||
|
int m0;
|
||
|
};
|
||
|
|
||
|
int
|
||
|
foo(struct S*);
|