summaryrefslogtreecommitdiffstats
path: root/tests/run-make/remap-path-prefix-dwarf/src/quux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/remap-path-prefix-dwarf/src/quux.rs')
-rw-r--r--tests/run-make/remap-path-prefix-dwarf/src/quux.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-make/remap-path-prefix-dwarf/src/quux.rs b/tests/run-make/remap-path-prefix-dwarf/src/quux.rs
new file mode 100644
index 000000000..38d5ef619
--- /dev/null
+++ b/tests/run-make/remap-path-prefix-dwarf/src/quux.rs
@@ -0,0 +1,5 @@
+#![crate_type = "rlib"]
+
+pub fn foo() {
+ println!("foo");
+}