From 4547b622d8d29df964fa2914213088b148c498fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:32 +0200 Subject: Merging upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs (limited to 'src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs') diff --git a/src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs b/src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs new file mode 100644 index 000000000..8d2b8a285 --- /dev/null +++ b/src/test/run-make/rlib-format-packed-bundled-libs-2/main.rs @@ -0,0 +1,5 @@ +extern crate rust_dep; + +pub fn main() { + rust_dep::rust_dep(); +} -- cgit v1.2.3