rust/tests/run-make/optimization-remarks-dir/foo.rs

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

7 lines
62 B
Rust
Raw Permalink Normal View History

#[inline(never)]
pub fn bar() {}
pub fn foo() {
bar();
}