summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/remap_path_prefix/aux_mod.rs
blob: 44cc4bb722d1659b7ed1050cf454332459d3b2f0 (plain)
1
2
3
4
5
6
// ignore-test: this is not a test

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