diff options
Diffstat (limited to 'dlfcn/modstatic.c')
-rw-r--r-- | dlfcn/modstatic.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dlfcn/modstatic.c b/dlfcn/modstatic.c new file mode 100644 index 0000000..e00a0be --- /dev/null +++ b/dlfcn/modstatic.c @@ -0,0 +1,5 @@ +int +test (int a) +{ + return a + a; +} |