Sign in
gnu
/
binutils-gdb
/
0f45491c0d16dd5750f11ab11e94e9b42232fae8
/
.
/
gdb
/
testsuite
/
gdb.base
/
solib1.c
blob: bf52beec5de4a8165fe62b8cd036a405858eade4 [
file
] [
log
] [
blame
]
#if defined(__cplusplus) || defined(__STDCPP__)
extern
"C"
#endif
int
solib_main
(
int
arg
)
{
int
ans
=
arg
*
arg
;
/* HERE */
return
ans
;
/* STEP */
}