Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]
[glibc.git] / dlfcn / modstatic.c
blob5ea71171cfa2c0990c838327dda9723610f1c55c
1 extern int test (int);
3 int
4 test (int a)
6 return a + a;