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