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