summaryrefslogtreecommitdiff
path: root/tests/havelib/rpathz/rpathz.c
blob: da34af1c873a4c64f5077ded0ed583e3f02c94d1 (plain)
1
2
3
extern int rpathx_value (void);
extern int rpathy_value (void);
int rpathz_value () { return 1000 * rpathx_value () + 3 * rpathy_value (); }