Sign in
gnu
/
binutils-gdb
/
d49f2dd78b08efa4e1ee51f5df5058846c2eb4fa
/
.
/
libctf
/
testsuite
/
libctf-regression
/
libctf-repeat-cu-main.c
blob: c1f2f6318c1c9a91e2ccd8876ca22644735a8acd [
file
]
typedef
short
ret_t
;
int
a
(
void
);
int
b
(
void
);
int
c
(
void
);
int
blah
(
void
)
{
a
();
b
();
c
();
return
0
;
}