]> git.ipfire.org Git - thirdparty/glibc.git/blob - dlfcn/modstatic.c
Remove __get_clockfreq
[thirdparty/glibc.git] / dlfcn / modstatic.c
1 extern int test (int);
2
3 int
4 test (int a)
5 {
6 return a + a;
7 }