rust/tests/run-make/remap-path-prefix-dwarf/src/quux.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
63 B
Rust
Raw Normal View History

#![crate_type = "rlib"]
pub fn foo() {
println!("foo");
}