Sign in
gnu
/
binutils-gdb
/
42eb20eb357204960aed1c2c2d5d014cb94de2fe
/
.
/
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 */
}