about summary refs log blame commit diff
path: root/dlfcn/modstatic.c
blob: 5ea71171cfa2c0990c838327dda9723610f1c55c (plain) (tree)
1
2
3
4
5
6
7
                      



               
extern int test (int);

int
test (int a)
{
  return a + a;
}