diff options
Diffstat (limited to 'tests/run-make/rlib-format-packed-bundled-libs-2/main.rs')
-rw-r--r-- | tests/run-make/rlib-format-packed-bundled-libs-2/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make/rlib-format-packed-bundled-libs-2/main.rs b/tests/run-make/rlib-format-packed-bundled-libs-2/main.rs new file mode 100644 index 000000000..8d2b8a285 --- /dev/null +++ b/tests/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(); +} |