#if defined(__cplusplus) || defined(__STDCPP__)
extern "C"
#endif
int
solib_main (int arg)
{
  return arg*arg;		/* HERE */
}				/* STEP */