about summary refs log tree commit diff
path: root/REORG.TODO/dlfcn/modstatic.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/dlfcn/modstatic.c')
-rw-r--r--REORG.TODO/dlfcn/modstatic.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/REORG.TODO/dlfcn/modstatic.c b/REORG.TODO/dlfcn/modstatic.c
new file mode 100644
index 0000000000..5ea71171cf
--- /dev/null
+++ b/REORG.TODO/dlfcn/modstatic.c
@@ -0,0 +1,7 @@
+extern int test (int);
+
+int
+test (int a)
+{
+  return a + a;
+}