mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 10:40:16 +00:00
7 lines
62 B
Rust
7 lines
62 B
Rust
#[inline(never)]
|
|
pub fn bar() {}
|
|
|
|
pub fn foo() {
|
|
bar();
|
|
}
|