summaryrefslogtreecommitdiffstats
path: root/test cases/common/117 shared module/nosyms.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test cases/common/117 shared module/nosyms.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/117 shared module/nosyms.c b/test cases/common/117 shared module/nosyms.c
new file mode 100644
index 0000000..3432b1c
--- /dev/null
+++ b/test cases/common/117 shared module/nosyms.c
@@ -0,0 +1,4 @@
+static int
+func_not_exported (void) {
+ return 99;
+}