summaryrefslogtreecommitdiff
path: root/dlfcn/modstatic.c
blob: 5ea71171cfa2c0990c838327dda9723610f1c55c (plain)
1
2
3
4
5
6
7
extern int test (int);

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