extern int lib1_func(void);
int main(void)
{
  return lib1_func();
}