diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-14 16:09:20 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:09:59 +0200 |
commit | 8eba2dac0266e958cd39c63d5b027aa237254be2 (patch) | |
tree | 00617de851f9e7a5dfc5b4f5f44bba3dc38585c6 /autoconf-lib-link | |
parent | 7b70636099a44c4c85c98e14870bdda1eee05a12 (diff) | |
download | external_gettext-8eba2dac0266e958cd39c63d5b027aa237254be2.zip external_gettext-8eba2dac0266e958cd39c63d5b027aa237254be2.tar.gz external_gettext-8eba2dac0266e958cd39c63d5b027aa237254be2.tar.bz2 |
Move tests/rpathy/rpathy.c to autoconf-lib-link/tests/rpathy/rpathy.c.
Diffstat (limited to 'autoconf-lib-link')
-rw-r--r-- | autoconf-lib-link/tests/rpathy/rpathy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf-lib-link/tests/rpathy/rpathy.c b/autoconf-lib-link/tests/rpathy/rpathy.c new file mode 100644 index 0000000..42514bf --- /dev/null +++ b/autoconf-lib-link/tests/rpathy/rpathy.c @@ -0,0 +1,2 @@ +extern int rpathx_value (void); +int rpathy_value () { return 10 * rpathx_value () + 7; } |