Files
rust/tests/ui/lto/auxiliary/dwarf-mixed-versions-lto-aux.rs

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

6 lines
107 B
Rust
Raw Normal View History

//@ compile-flags: -g --crate-type=rlib -Zdwarf-version=4
pub fn say_hi() {
println!("hello there")
}