Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
macros
/
macro-expanded-include
/
test.rs
blob: 20da58a7e8ede719028d7fc6a44cd2dbd6bba47e [
file
] [
log
] [
blame
]
// needs-asm-support
// build-pass (FIXME(62277): could be check-pass?)
#![
allow
(
unused
)]
#[
macro_use
]
mod
foo
;
m
!();
fn
f
()
{
n
!();
}
fn
main
()
{}