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