[gdb/testsuite] Factor out lib/valgrind.exp
[external/binutils.git] / gdb / testsuite / gdb.base / solib1.c
1 #if defined(__cplusplus) || defined(__STDCPP__)
2 extern "C"
3 #endif
4 int
5 solib_main (int arg)
6 {
7   return arg*arg;               /* HERE */
8 }                               /* STEP */