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