Tests for module 'sqrtl-ieee'.
[gnulib.git] / tests / havelib / rpathz / rpathz.c
1 extern int rpathx_value (void);
2 extern int rpathy_value (void);
3 int rpathz_value () { return 1000 * rpathx_value () + 3 * rpathy_value (); }