Sign in
gnu
/
binutils-gdb
/
76b43c9b5c2b275cbf4f927bfc25984410cb5dd5
/
.
/
gdb
/
testsuite
/
gdb.base
/
opaque1.c
blob: ccb5fce26d6bc062cc81857665e82952d2f189e4 [
file
] [
log
] [
blame
]
struct
foo
{
int
a
;
int
b
;
}
afoo
=
{
1
,
2
};
struct
foo
*
getfoo
()
{
return
(&
afoo
);
}
void
putfoo
(
struct
foo
*
foop
)
{
}