(_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access result of lookup to make call to
[glibc/history.git] / dlfcn / modstatic.c
blob5ea71171cfa2c0990c838327dda9723610f1c55c
1 extern int test (int);
3 int
4 test (int a)
6 return a + a;