diff options
Diffstat (limited to 'tests/run-make/compiler-lookup-paths-2/c.rs')
-rw-r--r-- | tests/run-make/compiler-lookup-paths-2/c.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/compiler-lookup-paths-2/c.rs b/tests/run-make/compiler-lookup-paths-2/c.rs new file mode 100644 index 000000000..e37bc2e1d --- /dev/null +++ b/tests/run-make/compiler-lookup-paths-2/c.rs @@ -0,0 +1,3 @@ +#![crate_type = "lib"] +extern crate b; +extern crate a; |