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