2025-07-22 14:28:48 +02:00

7 lines
105 B
Rust

//@ ignore-auxiliary (used by `./main.rs`)
#[inline]
pub fn some_aux_mod_function() -> i32 {
1234
}