diff options
Diffstat (limited to 'lib/mlibc/tests/rtdl/scope3/libfoo.c')
-rw-r--r-- | lib/mlibc/tests/rtdl/scope3/libfoo.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mlibc/tests/rtdl/scope3/libfoo.c b/lib/mlibc/tests/rtdl/scope3/libfoo.c new file mode 100644 index 0000000..bc86319 --- /dev/null +++ b/lib/mlibc/tests/rtdl/scope3/libfoo.c @@ -0,0 +1,5 @@ +int g = 0; + +int call_foo() { + return g; +} |