summary refs log tree commit diff
path: root/tests/codegen/remap_path_prefix/aux_mod.rs
blob: c37e91c705ccda066c5d3627d151ef917c241088 (plain)
1
2
3
4
5
6
//@ ignore-test: this is not a test

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