summaryrefslogtreecommitdiffstats
path: root/autoconf-lib-link
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-14 16:09:20 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:09:59 +0200
commit8eba2dac0266e958cd39c63d5b027aa237254be2 (patch)
tree00617de851f9e7a5dfc5b4f5f44bba3dc38585c6 /autoconf-lib-link
parent7b70636099a44c4c85c98e14870bdda1eee05a12 (diff)
downloadexternal_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.c2
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; }