about summary refs log tree commit diff
path: root/tests/codegen-llvm/remap_path_prefix/aux_mod.rs
blob: 3217e9e51e75001269cf6feea5adc35249f33669 (plain)
1
2
3
4
5
6
//@ ignore-auxiliary (used by `./main.rs`)

#[inline]
pub fn some_aux_mod_function() -> i32 {
    1234
}