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