1 /* Test case by Bruno Haible. It test whether the dynamic string
2 token expansion can handle $ signs which do not start one of the
3 recognized keywords. */
9 dlopen ("gnu-gettext-GetURL$1", RTLD_GLOBAL
| RTLD_LAZY
);
10 dlopen ("gnu-gettext-GetURL${1", RTLD_GLOBAL
| RTLD_LAZY
);