summaryrefslogtreecommitdiff
path: root/dlfcn/modstatic.c
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn/modstatic.c')
-rw-r--r--dlfcn/modstatic.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/dlfcn/modstatic.c b/dlfcn/modstatic.c
new file mode 100644
index 0000000000..e00a0becee
--- /dev/null
+++ b/dlfcn/modstatic.c
@@ -0,0 +1,5 @@
+int
+test (int a)
+{
+ return a + a;
+}