mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 01:40:46 +00:00
7 lines
59 B
Rust
7 lines
59 B
Rust
#[inline(never)]
|
|
pub fn bar() {}
|
|
|
|
fn main() {
|
|
bar();
|
|
}
|