mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-10 00:47:45 +00:00
7 lines
105 B
Rust
7 lines
105 B
Rust
//@ ignore-auxiliary (used by `./main.rs`)
|
|
|
|
#[inline]
|
|
pub fn some_aux_mod_function() -> i32 {
|
|
1234
|
|
}
|