Convert observers to C++
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / solib1.c
CommitLineData
085dd6e6 1#if defined(__cplusplus) || defined(__STDCPP__)
e444df73 2extern "C"
085dd6e6 3#endif
e444df73
AA
4int
5solib_main (int arg)
c906108c 6{
9ecfcd1d
AA
7 return arg*arg; /* HERE */
8} /* STEP */
This page took 1.887644 seconds and 4 git commands to generate.