libio: Fix fmemopen 'w' mode with provided buffer
[glibc.git] / dlfcn / modstatic.c
blob5ea71171cfa2c0990c838327dda9723610f1c55c
1 extern int test (int);
3 int
4 test (int a)
6 return a + a;