Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-15-branch
/
.
/
libctf
/
testsuite
/
libctf-regression
/
libctf-repeat-cu-lib.c
blob: 7ebdb09b84c26505661ccda6ec0ff4e812f24261 [
file
] [
log
] [
blame
] [
edit
]
#ifdef
INT
typedef
int
ret_t
;
#elif
CHAR
typedef
char
*
ret_t
;
#else
typedef
short
*
ret_t
;
#endif
ret_t
FUN
(
void
)
{
return
0
;
}