Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
use-extern-for-plugins
/
bar.rs
blob: 704d212036273615470229f83734a9b94e732c32 [
file
] [
log
] [
blame
]
#![
feature
(
no_core
)]
#![
no_core
]
#![
crate_type
=
"lib"
]
#![
crate_name
=
"a"
]
#[
macro_export
]
macro_rules
!
bar
{
()
=>
()
}