diff options
Diffstat (limited to 'tests/run-make/native-link-modifier-bundle/cdylib-non-bundled.rs')
-rw-r--r-- | tests/run-make/native-link-modifier-bundle/cdylib-non-bundled.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/native-link-modifier-bundle/cdylib-non-bundled.rs b/tests/run-make/native-link-modifier-bundle/cdylib-non-bundled.rs new file mode 100644 index 000000000..1df81fd10 --- /dev/null +++ b/tests/run-make/native-link-modifier-bundle/cdylib-non-bundled.rs @@ -0,0 +1 @@ +extern crate non_bundled; |