diff options
Diffstat (limited to 'tests/run-make/rlib-format-packed-bundled-libs/native_dep_3.c')
-rw-r--r-- | tests/run-make/rlib-format-packed-bundled-libs/native_dep_3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/rlib-format-packed-bundled-libs/native_dep_3.c b/tests/run-make/rlib-format-packed-bundled-libs/native_dep_3.c new file mode 100644 index 000000000..f81f397a4 --- /dev/null +++ b/tests/run-make/rlib-format-packed-bundled-libs/native_dep_3.c @@ -0,0 +1 @@ +int native_f3() { return 3; } |