group-member: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / tests / havelib / rpathy / rpathy.c
1 extern int rpathx_value (void);
2 int rpathy_value () { return 10 * rpathx_value () + 7; }