Sign in
rust
/
rust
/
refs/heads/stable
/
.
/
tests
/
incremental
/
remapped_paths_cc
/
auxiliary
/
extern_crate.rs
blob: 166000f3214bdcf1fb73fea66261dea3aaeceef2 [
file
] [
edit
]
//@[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"
);
}