Last change
on this file was 2036, checked in by bird, 20 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
336 bytes
|
Line | |
---|
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. */
|
---|
4 |
|
---|
5 | #include <dlfcn.h>
|
---|
6 |
|
---|
7 | int main (void)
|
---|
8 | {
|
---|
9 | dlopen ("gnu-gettext-GetURL$1", RTLD_GLOBAL | RTLD_LAZY);
|
---|
10 | dlopen ("gnu-gettext-GetURL${1", RTLD_GLOBAL | RTLD_LAZY);
|
---|
11 | return 0;
|
---|
12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.