Sign in
android
/
toolchain
/
rustc
/
951ae7a5eefab93734d1309f0497487f13f59fbf
/
.
/
tests
/
run-make
/
use-extern-for-plugins
/
baz.rs
blob: 49a96a0c80b02fabc0cbf61d94a9a3394da954f4 [
file
] [
log
] [
blame
]
#![
feature
(
no_core
)]
#![
no_core
]
#![
crate_type
=
"lib"
]
#[
macro_use
]
extern
crate a
;
bar
!();