Fix POWER7 Implies
[glibc.git] / dlfcn / bug-dlsym1-lib1.c
blob4eca2519fb90a1df454271ce092dd950d7f11f22
1 /* Test module for bug-dlsym1.c test case. */
3 extern int dlopen_test_variable;
5 extern char foo (void);
7 /* here to get the unresolved symbol in our .so */
8 char foo(void)
10 return dlopen_test_variable;