diff options
Diffstat (limited to 'tests/run-make-fulldeps/compiler-lookup-paths/e2.rs')
-rw-r--r-- | tests/run-make-fulldeps/compiler-lookup-paths/e2.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/compiler-lookup-paths/e2.rs b/tests/run-make-fulldeps/compiler-lookup-paths/e2.rs new file mode 100644 index 000000000..cbf08b98e --- /dev/null +++ b/tests/run-make-fulldeps/compiler-lookup-paths/e2.rs @@ -0,0 +1,4 @@ +#![crate_name = "e"] +#![crate_type = "rlib"] + +pub fn f() {} |