about summary refs log tree commit diff
path: root/tests/incremental/remapped_paths_cc/auxiliary/extern_crate.rs
blob: 166000f3214bdcf1fb73fea66261dea3aaeceef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
//@[rpass1] compile-flags: -g
//@[rpass2] compile-flags: -g
//@[rpass3] compile-flags: -g --remap-path-prefix={{src-base}}=/the/src

#![feature(rustc_attrs)]
#![crate_type="rlib"]

#[inline(always)]
pub fn inline_fn() {
    println!("test");
}