summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/solib1.c
blob: 16b72338f26c27be1481d1b44f0a7a6c47bec1a5 (plain)
1
2
3
4
5
6
7
8
#if defined(__cplusplus) || defined(__STDCPP__)
extern "C"
#endif
int
solib_main (int arg)
{
  return arg*arg;		/* HERE */
}				/* STEP */