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