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