Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
incremental
/
remapped_paths_cc
/
auxiliary
/
extern_crate.rs
blob: 627b99445ea81707a477f8ecd12c00486b5ae5f4 [
file
] [
log
] [
blame
]
//[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"
);
}