From be1152cab24270b23c4ce6496d164145584c6c11 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Aug 2001 19:30:39 +0000 Subject: Update. 2001-08-04 Franz Sirl * dlfcn/Makefile: Add rules for new testcase tststatic. * dlfcn/tststatic.c: New file. * dlfcn/modstatic.c: New file. --- dlfcn/modstatic.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dlfcn/modstatic.c (limited to 'dlfcn/modstatic.c') 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; +} -- cgit 1.4.1