mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 09:53:26 +00:00
7 lines
62 B
Rust
7 lines
62 B
Rust
![]() |
#[inline(never)]
|
||
|
pub fn bar() {}
|
||
|
|
||
|
pub fn foo() {
|
||
|
bar();
|
||
|
}
|