be1152cab2
2001-08-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * dlfcn/Makefile: Add rules for new testcase tststatic. * dlfcn/tststatic.c: New file. * dlfcn/modstatic.c: New file.
6 lines
37 B
C
6 lines
37 B
C
int
|
|
test (int a)
|
|
{
|
|
return a + a;
|
|
}
|