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